This commit is contained in:
Alex Sytnyk 2018-07-23 12:41:39 +03:00
parent 59e6a8a200
commit 6907f95268

View file

@ -331,8 +331,7 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
targetPointsHelper.setStartPoint(endPoint.point, false, endPoint.getPointDescription(mapActivity));
targetPointsHelper.updateRouteAndRefresh(true);
updateFromIcon();
updateToIcon(parentView);
updateInfo(parentView);
}
}
});