diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java index 249104eee4..0fbdffe248 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/MapRouteInfoMenu.java @@ -291,7 +291,11 @@ public class MapRouteInfoMenu implements IRouteInformationListener { ImageView fromIcon = (ImageView) parentView.findViewById(R.id.fromIcon); ApplicationMode appMode = mapActivity.getMyApplication().getSettings().getApplicationMode(); - fromIcon.setImageDrawable(mapActivity.getResources().getDrawable(appMode.getResourceLocationDay())); + if (targets.getPointToStart() = null) { + fromIcon.setImageDrawable(mapActivity.getResources().getDrawable(appMode.getResourceLocationDay())); + } else { + fromIcon.setImageDrawable(getIconOrig(R.drawable.ic_action_marker_dark); + } ImageView fromDropDownIcon = (ImageView) parentView.findViewById(R.id.fromDropDownIcon); fromDropDownIcon.setImageDrawable(mapActivity.getMyApplication().getIconsCache().getContentIcon(R.drawable.ic_action_arrow_drop_down, isLight()));