From 6054a5ca1d664b9a11de1d9d1e6db80059c41c99 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Mon, 11 Dec 2017 11:47:49 +0300 Subject: [PATCH] [MAPSME-6147] [ios] Fixed routing mode switch. --- iphone/Maps/Core/Routing/MWMRouter.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }