1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Revert "Enable experiments for non Play store versions"

This reverts commit dd3904ac12.
This commit is contained in:
M66B 2020-04-25 12:33:56 +02:00
parent bbb86bf8a1
commit ade44ae2a5

View file

@ -269,9 +269,6 @@ 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 < 1119) {
if (!Helper.isPlayStoreInstall())
editor.putBoolean("experiments", true);
}
if (version < BuildConfig.VERSION_CODE)