forked from organicmaps/organicmaps
[ios] Fixed tts enabled & active statuses handling.
This commit is contained in:
parent
d7122f842f
commit
9862fd0d06
1 changed files with 2 additions and 1 deletions
|
@ -136,6 +136,8 @@ vector<pair<string, string>> availableLanguages()
|
|||
[[NSNotificationCenter defaultCenter] postNotificationName:[self ttsStatusNotificationKey]
|
||||
object:nil
|
||||
userInfo:nil];
|
||||
if (enabled)
|
||||
[[MWMTextToSpeech tts] setActive:YES];
|
||||
}
|
||||
|
||||
- (void)setActive:(BOOL)active
|
||||
|
@ -241,7 +243,6 @@ vector<pair<string, string>> availableLanguages()
|
|||
vector<string> notifications;
|
||||
frm.GenerateTurnNotifications(notifications);
|
||||
|
||||
[self setActive:YES];
|
||||
if (![self isValid])
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue