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) {
mapControlsLayer.switchToRouteFollowingLayout();
}
//Fix for Issue 2136(a)
//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();
//}
if (getTargets().getPointToNavigate() == null && !selectFromMapTouch) {
mapActivity.getMapActions().stopNavigationWithoutConfirm();
}
}
public void show() {