Auto remove test settings

pull/194/merge
M66B 3 years ago
parent 6f11c86b56
commit c498b2a3b9

@ -318,6 +318,9 @@ public class ApplicationEx extends Application
if (version < BuildConfig.VERSION_CODE)
editor.remove("crash_report_count");
if (!BuildConfig.TEST_RELEASE)
editor.remove("test1").remove("test2").remove("test3");
if (version < 468) {
editor.remove("notify_trash");
editor.remove("notify_archive");

Loading…
Cancel
Save