InvalidVoice prompt Fix red for devices w/o physical hold buttons
left in there from debugging Change-Id: I6b9b7cb92848d2a7a72f6b1d688e61dc81c7c27b
This commit is contained in:
parent
2ffe87902d
commit
1f9e16e4df
1 changed files with 1 additions and 1 deletions
|
@ -1510,7 +1510,7 @@ void talk_announce_voice_invalid(void)
|
|||
const char talkfile[] =
|
||||
LANG_DIR "/InvalidVoice_" DEFAULT_VOICE_LANG ".talk";
|
||||
|
||||
if (global_settings.talk_menu && talk_status != TALK_STATUS_OK && !button_hold())
|
||||
if (global_settings.talk_menu && talk_status != TALK_STATUS_OK)
|
||||
{
|
||||
talk_temp_disable_count = 0xFF; /* don't let anyone else use voice sys */
|
||||
|
||||
|
|
Loading…
Reference in a new issue