IMAP notify support

This commit is contained in:
M66B
2021-01-03 12:41:16 +01:00
parent e571a97ffc
commit 01ed43686c
3 changed files with 17 additions and 17 deletions

View File

@@ -392,7 +392,7 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
else if (version < 1413)
editor.remove("experiments");
else if (version < 1439) {
if (BuildConfig.PLAY_STORE_RELEASE)
if (!BuildConfig.DEBUG)
editor.remove("experiments");
}