forked from organicmaps/organicmaps
[MAPSME-4894] [ios] Fixed iPad search behavior in routing mode.
This commit is contained in:
parent
e350821a67
commit
142720ca94
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ typedef NS_ENUM(NSUInteger, MWMSearchManagerActionBarState) {
|
|||
- (void)processSearchWithResult:(search::Result const &)result
|
||||
{
|
||||
[MWMSearch showResult:result];
|
||||
self.state = MWMSearchManagerStateHidden;
|
||||
if (!IPAD || [MWMNavigationDashboardManager manager].state != MWMNavigationDashboardStateHidden)
|
||||
self.state = MWMSearchManagerStateHidden;
|
||||
}
|
||||
|
||||
#pragma mark - MWMFrameworkStorageObserver
|
||||
|
|
Loading…
Add table
Reference in a new issue