Try fix Issue 2136(a)
This commit is contained in:
parent
61fcbbc3a2
commit
d4a8fabda9
1 changed files with 4 additions and 0 deletions
|
@ -611,6 +611,10 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
|
|||
if (switched) {
|
||||
mapControlsLayer.switchToRouteFollowingLayout();
|
||||
}
|
||||
//Issue 2136(a)
|
||||
if (getTargets().getPointToNavigate() == null) {
|
||||
mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
||||
}
|
||||
}
|
||||
|
||||
public void show() {
|
||||
|
|
Loading…
Reference in a new issue