forked from organicmaps/organicmaps
[iOS] Fixed 'View on map' on active suggestion in search
https://jira.mail.ru/browse/MAPSME-14735
This commit is contained in:
parent
321165ac13
commit
1a14c8136e
1 changed files with 0 additions and 2 deletions
|
@ -415,8 +415,6 @@ using Observers = NSHashTable<Observer>;
|
|||
hideActionBar = YES;
|
||||
else if (IPAD)
|
||||
hideActionBar = !([MWMSearch isHotelResults] || [MWMSearch hasFilter]);
|
||||
else
|
||||
hideActionBar = ([MWMSearch suggestionsCount] != 0);
|
||||
self.actionBarState =
|
||||
hideActionBar ? MWMSearchManagerActionBarStateHidden : MWMSearchManagerActionBarStateModeFilter;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue