forked from organicmaps/organicmaps
[ios] Fixed route recovery.
This commit is contained in:
parent
e3de687ff5
commit
04c8abd86c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue