Fix for Issue 2136(a) commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method

This commit is contained in:
sonora 2016-01-13 22:31:05 +01:00
parent fc025aa4a1
commit edd6cff972

View file

@ -612,9 +612,10 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
mapControlsLayer.switchToRouteFollowingLayout();
}
//Fix for Issue 2136(a)
if (getTargets().getPointToNavigate() == null) {
mapActivity.getMapActions().stopNavigationWithoutConfirm();
}
//commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method
//if (getTargets().getPointToNavigate() == null) {
// mapActivity.getMapActions().stopNavigationWithoutConfirm();
//}
}
public void show() {