Do not show Waypoints after intermediate added

This commit is contained in:
crimean 2019-02-24 10:25:24 +03:00
parent 494d3882c1
commit deb7b2b839

View file

@ -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;