diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 94bf243284..adca2ebb29 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -891,6 +891,7 @@ typedef NS_OPTIONS(NSUInteger, MapInfoView) - (void)routeViewDidStartFollowing:(RouteView *)routeView { + self.forceRoutingStateChange = ForceRoutingStateChangeNone; [routeView setState:RouteViewStateTurnInstructions animated:YES]; self.controlsManager.zoomHidden = NO; GetFramework().FollowRoute();