[MAPSME-4723] [ios] Fixed fast search query enter bug.

This commit is contained in:
Ilya Grechuhin 2017-06-29 13:58:53 +03:00
parent 6aca01ba8e
commit c3a16c9271

View file

@ -412,6 +412,8 @@ typedef NS_ENUM(NSUInteger, MWMSearchManagerActionBarState) {
userInfo:@{
kSearchStateKey : @(state)
}];
if (_state == MWMSearchManagerStateHidden)
[self endSearch];
_state = state;
[self updateTopController];
switch (state)