[MAPSME-4035] [ios] Hide Search interface on map in routing mide.

This commit is contained in:
Ilya Grechuhin 2017-03-14 10:36:52 +03:00 committed by Sergey Yershov
parent 403f5a5ac8
commit 9d060a9fb0

View file

@ -319,7 +319,7 @@ typedef NS_ENUM(NSUInteger, MWMSearchManagerActionBarState) {
[self animateConstraints:^{
self.actionBarViewBottom.priority = UILayoutPriorityDefaultHigh;
}];
[self viewHidden:NO];
[self viewHidden:[MWMRouter isRoutingActive]];
[MWMSearch setSearchOnMap:YES];
[self.tableViewController reloadData];