[MAPSME-4894] [ios] Fixed iPad search behavior in routing mode.

This commit is contained in:
Ilya Grechuhin 2017-07-07 15:35:31 +03:00 committed by r.kuznetsov
parent e350821a67
commit 142720ca94

View file

@ -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