mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[ios] Ending search when switching over to routing
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
abc755c058
commit
580209f7ea
@@ -42,6 +42,9 @@ using namespace storage;
|
|||||||
[MWMRouter stopRouting];
|
[MWMRouter stopRouting];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[MWMSearch clear];
|
||||||
|
[[[MapViewController sharedController] searchManager] close];
|
||||||
|
|
||||||
if ([MWMMapOverlayManager transitEnabled]) {
|
if ([MWMMapOverlayManager transitEnabled]) {
|
||||||
[MWMRouter setType:MWMRouterTypePublicTransport];
|
[MWMRouter setType:MWMRouterTypePublicTransport];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user