Very crash fix

This commit is contained in:
khanhduytran0 2020-11-24 14:09:48 +07:00
parent 8d41dd77fe
commit 0b80abd642

View File

@ -20,7 +20,7 @@ public class LauncherPreferences
public static String PREF_LANGUAGE = "default";
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_VERTYPE_RELEASE = DEFAULT_PREF.getBoolean("vertype_release", true);
PREF_VERTYPE_SNAPSHOT = DEFAULT_PREF.getBoolean("vertype_snapshot", false);