[ios] Spinner for taxi.

This commit is contained in:
VladiMihaylenko 2016-10-24 19:06:42 +03:00
parent 8bc77b5e2d
commit a1eaa852e7
2 changed files with 3 additions and 1 deletions
iphone/Maps/Classes
CustomViews/NavigationDashboard
Routing

View file

@ -164,6 +164,7 @@ using TInfoDisplays = NSHashTable<__kindof TInfoDisplay>;
{
[self setMenuState:MWMBottomMenuStateGo];
[self.routePreview stateReady];
[self setRouteBuilderProgress:100.];
}
failure:^
{

View file

@ -401,7 +401,8 @@ bool isMarkerPoint(MWMRoutePoint const & point) { return point.IsValid() && !poi
- (void)processRouteBuilderProgress:(CGFloat)progress
{
[[MWMNavigationDashboardManager manager] setRouteBuilderProgress:progress];
if (![MWMRouter isTaxi])
[[MWMNavigationDashboardManager manager] setRouteBuilderProgress:progress];
}
#pragma mark - Alerts