[ios] Fixed search on map dimming bug on open menu.

This commit is contained in:
Ilya Grechuhin 2016-06-10 17:15:06 +03:00 committed by Vladimir Byko-Ianko
parent d8b3609d94
commit a9bdcb8f27

View file

@ -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))