From 1ba401ff7e47940ec0c9362feb4603dc57db24b5 Mon Sep 17 00:00:00 2001 From: "v.mikhaylenko" Date: Tue, 7 Jul 2015 13:21:49 +0300 Subject: [PATCH] [ios] Added missed result code handling. --- iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm index 17f1f8be77..7e0078cc5e 100644 --- a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm +++ b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm @@ -67,6 +67,7 @@ extern UIColor * const kActiveDownloaderViewColor = [UIColor colorWithRed:211/25 case routing::IRouter::Cancelled: case routing::IRouter::NoError: + case routing::IRouter::NeedMoreMaps: return nil; } }