Add small fix
This commit is contained in:
parent
299d9f4e75
commit
c05b64ec41
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@ public class OsmandAidlApi {
|
|||
PointDescription pd = new PointDescription(
|
||||
PointDescription.POINT_TYPE_MAP_MARKER, markerNew.getName() != null ? markerNew.getName() : "");
|
||||
MapMarker marker = new MapMarker(m.point, pd, m.colorIndex, m.selected, m.index);
|
||||
marker.id = m.id;
|
||||
marker.creationDate = m.creationDate;
|
||||
marker.visitedDate = m.visitedDate;
|
||||
markersHelper.moveMapMarker(marker, latLonNew);
|
||||
|
|
Loading…
Reference in a new issue