Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e181409c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 5240 into donut

* changes:
  Fixing the synth function so that queue processing continues.
parents df65b60c 7af9e196
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -402,6 +402,7 @@ public class TtsService extends Service implements OnCompletionListener {
                    if (synthAvailable) {
                        synthesizerLock.unlock();
                    }
                    processSpeechQueue();
                }
            }
        }