diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 895f6fb91d..6faa75a25b 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -679,7 +679,7 @@ public class OsmandSettings { // this value string is synchronized with settings_pref.xml preference name public final CommonPreference AUTO_ZOOM_MAP = - new EnumIntPreference("auto_zoom_map", AutoZoomMap.NONE, + new EnumIntPreference("auto_zoom_map_new", AutoZoomMap.NONE, AutoZoomMap.values()).makeProfile().cache(); { AUTO_ZOOM_MAP.setModeDefaultValue(ApplicationMode.CAR, AutoZoomMap.FARTHEST);