forked from organicmaps/organicmaps
[MAPSME-4867] [ios] Fixed bottom menu layout.
This commit is contained in:
parent
02e6e914df
commit
3d741253f4
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue