diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java index a42e15b70d..8c6fbdfd53 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java @@ -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() {