diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm index 5789e52a0a..28a218df66 100644 --- a/iphone/Maps/Core/Routing/MWMRouter.mm +++ b/iphone/Maps/Core/Routing/MWMRouter.mm @@ -377,7 +377,7 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType) auto const pointsCount = points.size(); if (pointsCount < 2) { - [self stop:NO]; + [self doStop:NO]; [[MWMMapViewControlsManager manager] onRoutePrepare]; return; }