Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-01-04 15:23:31 +01:00
commit 32584abde2

View file

@ -82,7 +82,8 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
}
contextMenu.setLocation(latlon, null);
showDialog();
return true;
//Check if this fixes the Issue of route-recalculation not starting when From point is changed while previous route was not finished
//return true;
}
return super.onSingleTap(point, tileBox);
}