Enable tabular unread background for new installations

This commit is contained in:
M66B
2024-02-20 22:01:09 +01:00
parent 4f8d78d387
commit 7f4d3e6a3f
3 changed files with 5 additions and 2 deletions

View File

@@ -851,6 +851,9 @@ public class ApplicationEx extends Application
// https://support.google.com/faqs/answer/6346016
if (!prefs.contains("cert_strict"))
editor.putBoolean("cert_strict", !BuildConfig.PLAY_STORE_RELEASE);
} else if (version < 2162) {
if (!BuildConfig.DEBUG)
editor.putBoolean("tabular_unread_bg", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)