Added message of the day

This commit is contained in:
M66B
2024-03-13 18:59:57 +01:00
parent 9d0cf73bcf
commit dc63e31380
4 changed files with 67 additions and 1 deletions

View File

@@ -854,6 +854,9 @@ public class ApplicationEx extends Application
} else if (version < 2162) {
if (!BuildConfig.DEBUG)
editor.putBoolean("tabular_unread_bg", false);
} else if (version < 2168) {
if (Helper.isGoogle())
editor.putBoolean("mod", true);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)