Added context menu item "Change marker position"

This commit is contained in:
GaidamakUA 2016-05-17 10:45:28 +03:00
parent 06a9c19478
commit 72bfa40c9d

View file

@ -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;