Merge branch 'master' of git@github.com:osmandapp/Osmand.git
This commit is contained in:
commit
b825c6ff0d
1 changed files with 2 additions and 2 deletions
|
@ -552,9 +552,9 @@ public class OsmandSettings {
|
|||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<Boolean> USE_STEP_BY_STEP_RENDERING = new BooleanPreference("use_step_by_step_rendering",
|
||||
true, false);
|
||||
false, false);
|
||||
{
|
||||
USE_STEP_BY_STEP_RENDERING.setModeDefaultValue(ApplicationMode.CAR, true);
|
||||
USE_STEP_BY_STEP_RENDERING.setModeDefaultValue(ApplicationMode.CAR, false);
|
||||
USE_STEP_BY_STEP_RENDERING.setModeDefaultValue(ApplicationMode.BICYCLE, false);
|
||||
USE_STEP_BY_STEP_RENDERING.setModeDefaultValue(ApplicationMode.PEDESTRIAN, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue