Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6c9ef1144b
1 changed files with 2 additions and 2 deletions
|
@ -723,7 +723,7 @@ public class OsmandSettings {
|
||||||
}
|
}
|
||||||
|
|
||||||
;
|
;
|
||||||
}.makeGlobal().cache();
|
}.makeGlobal();
|
||||||
|
|
||||||
|
|
||||||
public final OsmandPreference<SpeedConstants> SPEED_SYSTEM = new EnumIntPreference<SpeedConstants>(
|
public final OsmandPreference<SpeedConstants> SPEED_SYSTEM = new EnumIntPreference<SpeedConstants>(
|
||||||
|
@ -753,7 +753,7 @@ public class OsmandSettings {
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
}.makeProfile().cache();
|
}.makeProfile();
|
||||||
|
|
||||||
|
|
||||||
// this value string is synchronized with settings_pref.xml preference name
|
// this value string is synchronized with settings_pref.xml preference name
|
||||||
|
|
Loading…
Reference in a new issue