forked from organicmaps/organicmaps
Merge pull request #4638 from igrechuhin/MAPSME-2622
[ios] Fixed tts enabled & active statuses handling.
This commit is contained in:
commit
0908462555
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