mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[ios] Ending search when a route starts
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
d44d575368
commit
d44d671550
@@ -200,6 +200,8 @@ NSString *const kNavigationControlViewXibName = @"NavigationControlView";
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)onRouteStart {
|
- (void)onRouteStart {
|
||||||
|
[MWMSearch clear];
|
||||||
|
[self.searchManager close];
|
||||||
self.state = MWMNavigationDashboardStateNavigation;
|
self.state = MWMNavigationDashboardStateNavigation;
|
||||||
}
|
}
|
||||||
- (void)onRouteStop {
|
- (void)onRouteStop {
|
||||||
|
|||||||
Reference in New Issue
Block a user