Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Core/Routing/MWMRouter.mm')
-rw-r--r--iphone/Maps/Core/Routing/MWMRouter.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm
index b8cf3749a6..362d0dff1e 100644
--- a/iphone/Maps/Core/Routing/MWMRouter.mm
+++ b/iphone/Maps/Core/Routing/MWMRouter.mm
@@ -627,6 +627,7 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType)
switch (code)
{
case routing::RouterResultCode::NoError:
+ case routing::RouterResultCode::HasWarnings:
{
GetFramework().DeactivateMapSelection(true);