Auto-hiding of actiobar disabled by default

This commit is contained in:
M66B
2023-01-23 21:03:46 +01:00
parent be481292cf
commit 71eefce6ec
3 changed files with 3 additions and 3 deletions

View File

@@ -486,7 +486,7 @@ public class FragmentMessages extends FragmentBase
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
hide_toolbar = prefs.getBoolean("hide_toolbar", true);
hide_toolbar = prefs.getBoolean("hide_toolbar", false);
cards = prefs.getBoolean("cards", true);
dividers = prefs.getBoolean("dividers", true);
category = prefs.getBoolean("group_category", false);