Fix 2136(a)

This commit is contained in:
Alexey Kulish 2016-01-14 10:36:00 +03:00
parent 53270fcbe0
commit 926670f9b4

View file

@ -611,11 +611,9 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
if (switched) { if (switched) {
mapControlsLayer.switchToRouteFollowingLayout(); mapControlsLayer.switchToRouteFollowingLayout();
} }
//Fix for Issue 2136(a) if (getTargets().getPointToNavigate() == null && !selectFromMapTouch) {
//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() {