* commit '3730334d5b9355cad691c422272c88546035deca': Hide "Play TTS sample" when locale is not settable as default
This commit is contained in:
committed by
Android Git Automerger
commit
2ca8ec606d
@@ -288,7 +288,7 @@ public class TextToSpeechSettings extends SettingsPreferenceFragment implements
|
|||||||
|
|
||||||
if (defaultAvailable == TextToSpeech.LANG_NOT_SUPPORTED ||
|
if (defaultAvailable == TextToSpeech.LANG_NOT_SUPPORTED ||
|
||||||
defaultAvailable == TextToSpeech.LANG_MISSING_DATA ||
|
defaultAvailable == TextToSpeech.LANG_MISSING_DATA ||
|
||||||
mAvailableStrLocals != null && notInAvailableLangauges) {
|
mAvailableStrLocals == null || notInAvailableLangauges) {
|
||||||
if (DBG) Log.d(TAG, "Default locale for this TTS engine is not supported.");
|
if (DBG) Log.d(TAG, "Default locale for this TTS engine is not supported.");
|
||||||
updateEngineStatus(R.string.tts_status_not_supported);
|
updateEngineStatus(R.string.tts_status_not_supported);
|
||||||
updateWidgetState(false);
|
updateWidgetState(false);
|
||||||
|
Reference in New Issue
Block a user