mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Auto remove test settings
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user