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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-03 13:39:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:51 +0300
commit4dd78b6b6e5d56a4b177f9dbdeabc212be3caeea (patch)
treeeb68cfd902a30876283d33069061fab93652b514 /iphone/Maps/Classes/CustomAlert
parentf27f90467786fe83b5f951becd77fd8b761e6a9f (diff)
New routing status: FileTooOld.
Diffstat (limited to 'iphone/Maps/Classes/CustomAlert')
-rw-r--r--iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
index cce1e6b360..932ec47433 100644
--- a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
@@ -95,6 +95,7 @@
case routing::IRouter::Cancelled:
case routing::IRouter::NoError:
case routing::IRouter::NeedMoreMaps:
+ case routing::IRouter::FileTooOld:
return nil;
}
}