Do not show Waypoints after intermediate added
This commit is contained in:
parent
494d3882c1
commit
deb7b2b839
1 changed files with 0 additions and 3 deletions
|
@ -205,9 +205,6 @@ public class MapRouteInfoMenu implements IRouteInformationListener, CardListener
|
|||
break;
|
||||
}
|
||||
show(selectFromMapMenuState);
|
||||
if (selectFromMapPointType == PointType.INTERMEDIATE && targets.checkPointToNavigateShort()) {
|
||||
WaypointsFragment.showInstance(mapActivity);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue