mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Revert "Enable hiding toolbar for new installations"
This reverts commit ecfc14f044.
This commit is contained in:
@@ -864,8 +864,6 @@ public class ApplicationEx extends Application
|
||||
if (Helper.isAndroid15())
|
||||
editor.putInt("last_sdk", 0);
|
||||
} else if (version < 2187) {
|
||||
if (!prefs.contains("hide_toolbar"))
|
||||
editor.putBoolean("hide_toolbar", !BuildConfig.PLAY_STORE_RELEASE);
|
||||
if (!prefs.contains("delete_unseen"))
|
||||
editor.putBoolean("delete_unseen", false);
|
||||
if (Helper.isPixelBeta())
|
||||
|
||||
Reference in New Issue
Block a user