crash fix
This commit is contained in:
parent
223602ef20
commit
ed5198dfb6
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
if (mTts.isLanguageAvailable(Locale.getDefault()) > 0) {
|
||||
mTts.setLanguage(Locale.getDefault());
|
||||
} else {
|
||||
//are there any tts language that available everywhere? ENGLISH maybe?
|
||||
Toast.makeText(act, "TTS language not available", Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue