[MAPSME-6769] [ios] Fixed routing errors handling.

This commit is contained in:
Ilya Grechuhin 2018-02-28 12:53:14 +03:00 committed by Aleksandr Zatsepin
parent 76cbe813ff
commit 4c6f3c2f7f

View file

@ -626,6 +626,9 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType)
case routing::IRouter::PointsInDifferentMWM:
case routing::IRouter::InternalError:
case routing::IRouter::IntermediatePointNotFound:
case routing::IRouter::TransitRouteNotFoundNoNetwork:
case routing::IRouter::TransitRouteNotFoundTooLongPedestrian:
case routing::IRouter::RouteNotFoundRedressRouteError:
if ([MWMRouter isTaxi])
return;
[[MWMAlertViewController activeAlertController] presentAlert:code];