forked from organicmaps/organicmaps
Merge pull request #5438 from igrechuhin/MAPSME-3875
[MAPSME-3875] [ios] Fixed iPad close search in routing mode from bott…
This commit is contained in:
commit
9abf640ea9
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
{
|
||||
if (!self.searchHidden)
|
||||
self.searchManager.state = MWMSearchManagerStateHidden;
|
||||
[MWMRouter stopRouting];
|
||||
else
|
||||
[MWMRouter stopRouting];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue