forked from organicmaps/organicmaps
[ios] Fixed menu state go restore.
This commit is contained in:
parent
87b248b8b2
commit
8d9d3db724
1 changed files with 2 additions and 0 deletions
|
@ -526,6 +526,8 @@ CGFloat constexpr kTimeWidthRegular = 128;
|
|||
self.searchButton.hidden = NO;
|
||||
break;
|
||||
case MWMBottomMenuStateCompact:
|
||||
if (_state == MWMBottomMenuStateGo)
|
||||
self.restoreState = _state;
|
||||
self.layoutDuration = IPAD ? kDefaultAnimationDuration : 0.0;
|
||||
break;
|
||||
case MWMBottomMenuStatePlanning:
|
||||
|
|
Loading…
Add table
Reference in a new issue