forked from organicmaps/organicmaps-tmp
[MAPSME-4035] [ios] Hide Search interface on map in routing mide.
This commit is contained in:
parent
403f5a5ac8
commit
9d060a9fb0
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue