forked from organicmaps/organicmaps
[MAPSME-4723] [ios] Fixed fast search query enter bug.
This commit is contained in:
parent
6aca01ba8e
commit
c3a16c9271
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ typedef NS_ENUM(NSUInteger, MWMSearchManagerActionBarState) {
|
|||
userInfo:@{
|
||||
kSearchStateKey : @(state)
|
||||
}];
|
||||
if (_state == MWMSearchManagerStateHidden)
|
||||
[self endSearch];
|
||||
_state = state;
|
||||
[self updateTopController];
|
||||
switch (state)
|
||||
|
|
Loading…
Add table
Reference in a new issue