fix parentheses
This commit is contained in:
parent
6a04d041e4
commit
da2766e756
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
ttsRequests = 0;
|
||||
final float speechRate = cSpeechRate;
|
||||
|
||||
final String[] languageFields = (language + "___".split("[\\_\\-]");
|
||||
final String[] languageFields = (language + "___").split("[\\_\\-]");
|
||||
Locale newLocale0 = new Locale(languageFields[0], languageFields[1], languageFields[2]);
|
||||
// #3344: Try Locale builder instead of constructor (only available from API 21), also supports script
|
||||
if (android.os.Build.VERSION.SDK_INT >= 21) {
|
||||
|
|
Loading…
Reference in a new issue