Update FavouritePoint.java
This commit is contained in:
parent
a104b69722
commit
93829e1a0c
1 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ public class FavouritePoint implements Serializable, LocationPoint {
|
|||
OsmandApplication app = (OsmandApplication) ctx.getApplicationContext();
|
||||
OsmandPreference parkingType = app.getSettings().getPreference(ParkingPositionPlugin.PARKING_TYPE);
|
||||
if (parkingType instanceof BooleanPreference && ((BooleanPreference) parkingType).get()) {
|
||||
return R.drawable.mm_special_parking_time_limited;
|
||||
return R.drawable.mx_special_parking_time_limited;
|
||||
}
|
||||
return iconId;
|
||||
}
|
||||
|
@ -396,4 +396,4 @@ public class FavouritePoint implements Serializable, LocationPoint {
|
|||
}
|
||||
return pt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue