Fix used field
This commit is contained in:
parent
c0ee6d83ae
commit
bfc3716729
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class FavouritesLayer extends OsmandMapLayer implements ContextMenuLayer.
|
||||||
}
|
}
|
||||||
for (FavouritePoint o : fullObjects) {
|
for (FavouritePoint o : fullObjects) {
|
||||||
if (o != contextMenuLayer.getMoveableObject()) {
|
if (o != contextMenuLayer.getMoveableObject()) {
|
||||||
MapMarker mapMarker = mapMarkersHelper.getMapMarker(objectInMotion);
|
MapMarker mapMarker = mapMarkersHelper.getMapMarker(o);
|
||||||
drawPoint(canvas, tileBox, latLonBounds, o, mapMarker);
|
drawPoint(canvas, tileBox, latLonBounds, o, mapMarker);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue