diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index a08a5e3696..260f9c31b4 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -1060,7 +1060,7 @@ public class OsmandSettings { } public boolean clearIntermediatePoints() { - return settingsAPI.edit(globalPreferences).remove(INTERMEDIATE_POINTS).commit(); + return settingsAPI.edit(globalPreferences).remove(INTERMEDIATE_POINTS).remove(INTERMEDIATE_POINTS_DESCRIPTION).commit(); } public List getIntermediatePointDescriptions(int sz) {