mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Enabled delete/seen for new installations
This commit is contained in:
@@ -868,6 +868,8 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 2187) {
|
||||
if (!prefs.contains("hide_toolbar"))
|
||||
editor.putBoolean("hide_toolbar", !BuildConfig.PLAY_STORE_RELEASE);
|
||||
if (!prefs.contains("delete_unseen"))
|
||||
editor.putBoolean("delete_unseen", false);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user