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(); mapControlsLayer.switchToRouteFollowingLayout();
} }
//Fix for Issue 2136(a) //Fix for Issue 2136(a)
if (getTargets().getPointToNavigate() == null) { //commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method
mapActivity.getMapActions().stopNavigationWithoutConfirm(); //if (getTargets().getPointToNavigate() == null) {
} // mapActivity.getMapActions().stopNavigationWithoutConfirm();
//}
} }
public void show() { public void show() {