Enable hiding toolbar for new installations

This commit is contained in:
M66B
2024-05-24 12:29:25 +02:00
parent b3bf0b7eb4
commit ecfc14f044
3 changed files with 5 additions and 2 deletions

View File

@@ -864,6 +864,9 @@ public class ApplicationEx extends Application
} else if (version < 2180) {
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 (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)