Added context menu item "Change marker position"
This commit is contained in:
parent
06a9c19478
commit
72bfa40c9d
1 changed files with 0 additions and 3 deletions
|
@ -1893,7 +1893,6 @@ public class OsmandSettings {
|
|||
if (ps.size() > index) {
|
||||
ps.set(index, latLonNew);
|
||||
}
|
||||
<<<<<<< 56c73430b940b4690ba7ddd2da9f14c234fc0155
|
||||
ds.set(index, PointDescription.serializeToString(historyDescription));
|
||||
if (cs.size() > index) {
|
||||
cs.set(index, colorIndex);
|
||||
|
@ -1909,8 +1908,6 @@ public class OsmandSettings {
|
|||
double lon = latLonNew.getLongitude();
|
||||
SearchHistoryHelper.getInstance(ctx).addNewItemToHistory(lat, lon, historyDescription);
|
||||
}
|
||||
=======
|
||||
>>>>>>> Fixes
|
||||
return savePoints(ps, ds, cs, ns, bs);
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue