This commit is contained in:
Alexey Kulish 2017-04-23 11:05:33 +03:00
parent e8104dc84e
commit 904e715375

View file

@ -501,6 +501,7 @@ public class MapMarkersLayer extends OsmandMapLayer implements IContextMenuProvi
mapMarkers.remove(i);
mapMarkers.add(0, marker);
markersHelper.saveMapMarkers(mapMarkers, null);
marker.index = 0;
}
}
}