Disable experiments

pull/187/head
M66B 4 years ago
parent 7460c864d8
commit 2797c050fc

@ -382,8 +382,11 @@ 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){ } else if (version < 1385)
editor.remove("parse_classes"); editor.remove("parse_classes");
else if (version < 1388) {
if (!BuildConfig.DEBUG)
editor.remove("experiments");
} }
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