Add comment regarding #3344

This commit is contained in:
sonora 2016-12-18 18:32:15 +01:00
parent 26586a302a
commit da64786f37

View file

@ -186,7 +186,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
act);
builder.show();
}
// Proceed anyway in this case
// Proceed anyway in this case, look like breaking here caused Issue #3344
//break;
case TextToSpeech.LANG_AVAILABLE:
ttsVoiceName = "".equals(ttsVoiceName) ? "setLanguage: LANG_AVAILABLE" : ttsVoiceName;