[ios] Fixed route recovery.

This commit is contained in:
Ilya Grechuhin 2015-06-29 16:01:02 +03:00 committed by Alex Zolotarev
parent e3de687ff5
commit 04c8abd86c

View file

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