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

Commit 9f7b52ad authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am e181409c: Merge change 5240 into donut

Merge commit 'e181409c'

* commit 'e181409c':
  Fixing the synth function so that queue processing continues.
parents 60965876 e181409c
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();
                }
            }
        }