From 486c4a30ba0aecfd20abdc74be08a1036f4c78b3 Mon Sep 17 00:00:00 2001 From: sonora Date: Sun, 4 Jan 2015 21:12:01 +0100 Subject: [PATCH] revert, this fixed it in the wrong direction... --- .../src/net/osmand/plus/views/controls/MapRouteInfoControl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/views/controls/MapRouteInfoControl.java b/OsmAnd/src/net/osmand/plus/views/controls/MapRouteInfoControl.java index 642a13e794..6347973bba 100644 --- a/OsmAnd/src/net/osmand/plus/views/controls/MapRouteInfoControl.java +++ b/OsmAnd/src/net/osmand/plus/views/controls/MapRouteInfoControl.java @@ -78,10 +78,8 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio //TODO: Hardy: Looks like there is an old bug somewhere here: Re-selecting the From or To via "Select on map" during a route calculation does interrupt the ongoing route calculation, while reselecting From or To via "Fvorites" correctly re-starts any ongoing route recalculation with the updated point if(selectFromMapForTarget) { getTargets().navigateToPoint(latlon, true, -1); - getTargets().navigateToPoint(latlon, true, -1); } else { getTargets().setStartPoint(latlon, true, null); - getTargets().setStartPoint(latlon, true, null); } contextMenu.setLocation(latlon, null); showDialog();