forked from organicmaps/organicmaps-tmp
[android] Added closing navigation menu on stopping navigation
This commit is contained in:
parent
44f6dfaf2a
commit
7da8824291
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue