correct typo

This commit is contained in:
sonora 2013-10-23 23:02:05 +02:00
parent 451684fc4d
commit 66f8392331

View file

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