fix syntax
This commit is contained in:
parent
1948983c37
commit
3e87565974
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue