Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-09-06 17:41:13 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-09-06 18:12:53 +0300
commitfbc32b40b70344698a4c251322b145a7cc0471fc (patch)
treedb971c7ae0cb4d71a49a06453e4d3028fa712d8d
parentdd42dfbb171dc4cbb9ef7f251776d86df47f3311 (diff)
[android] Added closing navigation menu on stopping navigationbeta-993
-rw-r--r--android/src/com/mapswithme/maps/routing/NavigationController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/routing/NavigationController.java b/android/src/com/mapswithme/maps/routing/NavigationController.java
index 970ef35989..1e448f5315 100644
--- a/android/src/com/mapswithme/maps/routing/NavigationController.java
+++ b/android/src/com/mapswithme/maps/routing/NavigationController.java
@@ -157,6 +157,7 @@ public class NavigationController implements TrafficManager.TrafficCallback, Vie
switch (item)
{
case STOP:
+ mNavMenu.close(false /* animate */);
RoutingController.get().cancel();
break;
case SETTINGS: