forked from organicmaps/organicmaps
[MAPSME-4223] [ios] Fixed express search zoom-out in routing.
This commit is contained in:
parent
8d490a6e75
commit
0bda260512
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ using Observers = NSHashTable<Observer>;
|
|||
}
|
||||
|
||||
auto & f = GetFramework();
|
||||
if (IPAD || self.searchOnMap)
|
||||
if (![MWMRouter isRoutingActive] && (IPAD || self.searchOnMap))
|
||||
f.ShowSearchResults(m_everywhereResults);
|
||||
f.SearchInViewport(m_viewportParams);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue