Do not hide Waypoints dialogue for now

This commit is contained in:
sonora 2015-01-04 12:32:23 +01:00
parent 0bc3a14c59
commit cd69ed7871

View file

@ -204,7 +204,8 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
protected void selectOnScreen(View parentView, boolean target) {
selectFromMapTouch = true;
selectFromMapForTarget = target;
hideDialog();
//Dialogue should be hidden while selecting a target, but mus re-appear afterwards
//hideDialog();
}
protected void selectFavorite(final View parentView, final boolean target) {