Do not hide Waypoints dialogue for now
This commit is contained in:
parent
0bc3a14c59
commit
cd69ed7871
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue