forked from organicmaps/organicmaps
[ios] Added missed result code handling.
This commit is contained in:
parent
b2bd5d372e
commit
1ba401ff7e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue