mirror of https://github.com/M66B/FairEmail.git
Enable shadow for GitHub version
This commit is contained in:
parent
c827dffabf
commit
11232d7563
|
@ -410,7 +410,8 @@ public class ApplicationEx extends Application
|
||||||
} else if (version < 1477) {
|
} else if (version < 1477) {
|
||||||
if (!BuildConfig.DEBUG)
|
if (!BuildConfig.DEBUG)
|
||||||
editor.remove("experiments");
|
editor.remove("experiments");
|
||||||
}
|
} else if (version == 1492)
|
||||||
|
editor.putBoolean("experiments", !BuildConfig.PLAY_STORE_RELEASE);
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||||
editor.remove("background_service");
|
editor.remove("background_service");
|
||||||
|
|
Loading…
Reference in New Issue