Removed custom rendering as experiment

This commit is contained in:
M66B
2020-04-27 17:50:58 +02:00
parent 86e589a904
commit 602621f36e
4 changed files with 265 additions and 282 deletions

View File

@@ -272,6 +272,8 @@ public class ApplicationEx extends Application {
} else if (version < 1121) {
if (!Helper.isPlayStoreInstall())
editor.putBoolean("experiments", true);
} else if (version < 1124) {
editor.remove("experiments");
}
if (version < BuildConfig.VERSION_CODE)