diff --git a/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm b/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm index 44ff8f9244..25beda5598 100644 --- a/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm +++ b/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm @@ -247,7 +247,9 @@ using Observers = NSHashTable; } if (![[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback mode:mode - options:AVAudioSessionCategoryOptionMixWithOthers | AVAudioSessionCategoryOptionDuckOthers + options: + AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers | + AVAudioSessionCategoryOptionDuckOthers error:nil] || ![[AVAudioSession sharedInstance] setActive:YES error:nil]) return;