Merge pull request #4638 from igrechuhin/MAPSME-2622

[ios] Fixed tts enabled & active statuses handling.
This commit is contained in:
Vladimir Byko-Ianko 2016-11-02 10:56:28 +03:00 committed by GitHub
commit 0908462555

View file

@ -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;