Try fix Issue 2136(a)

This commit is contained in:
sonora 2016-01-13 10:10:32 +01:00
parent 61fcbbc3a2
commit d4a8fabda9

View file

@ -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() {