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; } }