fix syntax

This commit is contained in:
sonora 2016-01-04 12:59:49 +01:00
parent 1948983c37
commit 3e87565974

View file

@ -291,7 +291,7 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
ImageView fromIcon = (ImageView) parentView.findViewById(R.id.fromIcon);
ApplicationMode appMode = mapActivity.getMyApplication().getSettings().getApplicationMode();
if (targets.getPointToStart() = null) {
if (targets.getPointToStart() == null) {
fromIcon.setImageDrawable(mapActivity.getResources().getDrawable(appMode.getResourceLocationDay()));
} else {
fromIcon.setImageDrawable(getIconOrig(R.drawable.ic_action_marker_dark));