Fix compilation errors
This commit is contained in:
parent
c7d8e1dcfb
commit
4e2e84c7a4
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ public class OsmandSettings {
|
|||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<AutoZoomMap> AUTO_ZOOM_MAP =
|
||||
new EnumIntPreference<AutoZoomMap>("auto_zoom_map", AutoZoomMap.NONE,
|
||||
new EnumIntPreference<AutoZoomMap>("auto_zoom_map_new", AutoZoomMap.NONE,
|
||||
AutoZoomMap.values()).makeProfile().cache();
|
||||
{
|
||||
AUTO_ZOOM_MAP.setModeDefaultValue(ApplicationMode.CAR, AutoZoomMap.FARTHEST);
|
||||
|
|
Loading…
Reference in a new issue