diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index ba57e11d99..1420c64bc5 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -143,8 +143,9 @@ typedef NS_ENUM(NSUInteger, UserTouchesAction) if (res.IsValid()) [self.controlsManager setupRoutingDashboard:res]; - - [[MWMTextToSpeech tts] playTurnNotifications]; + + if (frm.IsOnRoute()) + [[MWMTextToSpeech tts] playTurnNotifications]; } - (void)onCompassUpdate:(location::CompassInfo const &)info