mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Very crash fix
This commit is contained in:
parent
8d41dd77fe
commit
0b80abd642
@ -20,7 +20,7 @@ public class LauncherPreferences
|
|||||||
public static String PREF_LANGUAGE = "default";
|
public static String PREF_LANGUAGE = "default";
|
||||||
|
|
||||||
public static void loadPreferences() {
|
public static void loadPreferences() {
|
||||||
PREF_BUTTONSIZE = DEFAULT_PREF.getFloat("buttonscale", 100);
|
PREF_BUTTONSIZE = DEFAULT_PREF.getFloat("buttonscale", 100f);
|
||||||
PREF_FREEFORM = DEFAULT_PREF.getBoolean("freeform", false);
|
PREF_FREEFORM = DEFAULT_PREF.getBoolean("freeform", false);
|
||||||
PREF_VERTYPE_RELEASE = DEFAULT_PREF.getBoolean("vertype_release", true);
|
PREF_VERTYPE_RELEASE = DEFAULT_PREF.getBoolean("vertype_release", true);
|
||||||
PREF_VERTYPE_SNAPSHOT = DEFAULT_PREF.getBoolean("vertype_snapshot", false);
|
PREF_VERTYPE_SNAPSHOT = DEFAULT_PREF.getBoolean("vertype_snapshot", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user