forked from organicmaps/organicmaps-tmp
[ios][tts] Do not crash in iOS 16 simulator if no voices are installed
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
b0f408c20b
commit
c868ae5177
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ using Observers = NSHashTable<Observer>;
|
|||
else
|
||||
[MWMRouter setTurnNotificationsLocale:@(twineLang.c_str())];
|
||||
} else {
|
||||
LOG(LERROR,
|
||||
LOG(LWARNING,
|
||||
("The UI language and English are not available for TTS. MWMTextToSpeech is invalid."));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue