Fixing the synth function so that queue processing continues.

This commit is contained in:
Charles Chen
2009-06-24 13:31:18 -07:00
parent b28bf241c5
commit 7af9e196a3

View File

@@ -402,6 +402,7 @@ public class TtsService extends Service implements OnCompletionListener {
if (synthAvailable) {
synthesizerLock.unlock();
}
processSpeechQueue();
}
}
}