Document small bug which had already been there but is now discovered

This commit is contained in:
sonora 2015-01-04 18:38:19 +01:00
parent 407557ba8d
commit 6747911754

View file

@ -82,6 +82,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
}
contextMenu.setLocation(latlon, null);
showDialog();
//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
return true;
}
return super.onSingleTap(point, tileBox);