Fix #2690
This commit is contained in:
parent
90f2429811
commit
e901734c77
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>(
|
||||
|
@ -753,7 +753,7 @@ public class OsmandSettings {
|
|||
|
||||
;
|
||||
|
||||
}.makeProfile().cache();
|
||||
}.makeProfile();
|
||||
|
||||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
|
|
Loading…
Reference in a new issue