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

Commit 7af9e196 authored by Charles Chen's avatar Charles Chen
Browse files

Fixing the synth function so that queue processing continues.

parent b28bf241
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();
                }
            }
        }