Merge change 5240 into donut

* changes:
  Fixing the synth function so that queue processing continues.
This commit is contained in:
Android (Google) Code Review
2009-06-24 14:03:33 -07:00

View File

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