Hide Waypoint dialogue only while map input is requested
This commit is contained in:
parent
d1148bae68
commit
891447768d
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue