correct typo
This commit is contained in:
parent
451684fc4d
commit
66f8392331
1 changed files with 2 additions and 2 deletions
|
@ -678,8 +678,8 @@ public class OsmandSettings {
|
|||
RouteService.values()).makeProfile();
|
||||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final OsmandPreference<AutoViewMap> AUTO_ZOOM_MAP =
|
||||
new EnumIntPreference<AutoViewMap>("auto_zoom_map", AutoZoomMap.NONE,
|
||||
public final OsmandPreference<AutoZoomMap> AUTO_ZOOM_MAP =
|
||||
new EnumIntPreference<AutoZoomMap>("auto_zoom_map", AutoZoomMap.NONE,
|
||||
AutoZoomMap.values());
|
||||
{
|
||||
AUTO_ZOOM_MAP.makeProfile().cache();
|
||||
|
|
Loading…
Reference in a new issue