Hide Waypoint dialogue only while map input is requested

This commit is contained in:
sonora 2015-01-04 12:43:58 +01:00
parent d1148bae68
commit 891447768d

View file

@ -81,6 +81,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
getTargets().setStartPoint(latlon, true, null);
}
contextMenu.setLocation(latlon, null);
showDialog();
return true;
}
return super.onSingleTap(point, tileBox);
@ -205,7 +206,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
selectFromMapTouch = true;
selectFromMapForTarget = target;
//Dialogue should be hidden while selecting a target, but mus re-appear afterwards
//hideDialog();
hideDialog();
}
protected void selectFavorite(final View parentView, final boolean target) {