[MAPSME-4867] [ios] Fixed bottom menu layout.

This commit is contained in:
Ilya Grechuhin 2017-07-07 10:19:32 +03:00 committed by r.kuznetsov
parent 02e6e914df
commit 3d741253f4

View file

@ -343,7 +343,6 @@ CGFloat constexpr kTimeWidthRegular = 128;
BOOL const isNeedToShowTaxi = [MWMRouter isTaxi] || IPAD;
self.estimateLabel.hidden = isNeedToShowTaxi;
self.taxiContainer.hidden = !isNeedToShowTaxi;
self.estimateLabel.hidden = NO;
break;
}
case MWMBottomMenuStateRoutingError: