Add comment regarding #3344
This commit is contained in:
parent
26586a302a
commit
da64786f37
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue