This commit is contained in:
Alexander Sytnyk 2017-11-01 18:50:06 +02:00
parent c54c06ac51
commit 9698478714

View file

@ -902,7 +902,7 @@ public class OsmandSettings {
public final OsmandPreference<Boolean> DO_NOT_USE_ANIMATIONS = new BooleanPreference("do_not_use_animations", false).makeGlobal().cache();
public final OsmandPreference<Boolean> DO_NOT_SEND_ANONYMOUS_APP_USAGE = new BooleanPreference("do_not_send_anonymous_app_usage", false).makeGlobal().cache();
public final OsmandPreference<Boolean> MAP_EMPTY_STATE_ENABLED = new BooleanPreference("hide_interface_after_tap_on_map", true).makeGlobal().cache();
public final OsmandPreference<Boolean> MAP_EMPTY_STATE_ENABLED = new BooleanPreference("map_empty_state_enabled", true).makeGlobal().cache();
public final CommonPreference<Float> TEXT_SCALE = new FloatPreference("text_scale", 1f).makeProfile().cache();