mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Enable experiments for non Play store releases
This commit is contained in:
parent
c6965b19ea
commit
4afdc2b4b3
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ public class ApplicationEx extends Application {
|
|||
boolean highlight_unread = prefs.getBoolean("highlight_unread", false);
|
||||
if (!highlight_unread)
|
||||
editor.putBoolean("highlight_unread", highlight_unread);
|
||||
} else if (version < 1121) {
|
||||
if (!Helper.isPlayStoreInstall())
|
||||
editor.putBoolean("experiments", true);
|
||||
}
|
||||
|
||||
if (version < BuildConfig.VERSION_CODE)
|
||||
|
|
Loading…
Reference in a new issue