mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Enable changelog once
This commit is contained in:
parent
4d61087b3c
commit
e39608cb5f
1 changed files with 2 additions and 1 deletions
|
@ -868,7 +868,8 @@ public class ApplicationEx extends Application
|
||||||
editor.putBoolean("delete_unseen", false);
|
editor.putBoolean("delete_unseen", false);
|
||||||
if (Helper.isPixelBeta())
|
if (Helper.isPixelBeta())
|
||||||
editor.putBoolean("motd", true);
|
editor.putBoolean("motd", true);
|
||||||
}
|
} else if (version < 2191)
|
||||||
|
editor.remove("show_changelog");
|
||||||
|
|
||||||
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 a new issue