Set parse classes to default

pull/187/head
M66B 5 years ago
parent 29c0adbcc3
commit 1fcd4e5eea

@ -382,6 +382,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
else if (version < 1336) { else if (version < 1336) {
if (!prefs.contains("beige")) if (!prefs.contains("beige"))
editor.putBoolean("beige", false); editor.putBoolean("beige", false);
} else if (version < 1385){
editor.remove("parse_classes");
} }
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG) if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)

Loading…
Cancel
Save