remove typo
This commit is contained in:
parent
ec6a5c38dc
commit
a23684e24c
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
ttsRequests = 0;
|
||||
final float speechRate = cSpeechRate;
|
||||
|
||||
private Locale newLocale = new Locale(language);
|
||||
Locale newLocale = new Locale(language);
|
||||
// #3344: Try Locale builder instead of constructor (only available from API 21)
|
||||
if (android.os.Build.VERSION.SDK_INT >= 21) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue