Enabled delete/seen for new installations

This commit is contained in:
M66B
2024-05-25 11:32:35 +02:00
parent a00dff0d74
commit 356ed6ccda
3 changed files with 4 additions and 2 deletions

View File

@@ -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)