forked from organicmaps/organicmaps
[ios] Fixed search on map dimming bug on open menu.
This commit is contained in:
parent
d8b3609d94
commit
a9bdcb8f27
1 changed files with 2 additions and 1 deletions
|
@ -467,8 +467,9 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell)
|
|||
|
||||
- (void)setState:(MWMBottomMenuState)state
|
||||
{
|
||||
[self toggleDimBackgroundVisible:state == MWMBottomMenuStateActive];
|
||||
MWMBottomMenuView * view = (MWMBottomMenuView *)self.view;
|
||||
[self.controller.view bringSubviewToFront:view];
|
||||
[self toggleDimBackgroundVisible:state == MWMBottomMenuStateActive];
|
||||
if (view.state == MWMBottomMenuStateCompact &&
|
||||
(state == MWMBottomMenuStatePlanning || state == MWMBottomMenuStateGo ||
|
||||
state == MWMBottomMenuStateText))
|
||||
|
|
Loading…
Add table
Reference in a new issue