[MAPSME-3875] [ios] Fixed iPad close search in routing mode from bottom menu.

This commit is contained in:
Ilya Grechuhin 2017-02-17 11:41:00 +03:00
parent a95f296547
commit 9af5bf1276

View file

@ -269,7 +269,8 @@ extern NSString * const kAlohalyticsTapEventKey;
{
if (!self.searchHidden)
self.searchManager.state = MWMSearchManagerStateHidden;
[MWMRouter stopRouting];
else
[MWMRouter stopRouting];
}
else
{