mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added message of the day
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user