Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Feb 9, 2024
1 parent 3b7d300 commit a8d15b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static boolean isVisible(String key) {
if (instance == null) return true;

switch (key) {
case "nav_keyboard_height_cat":
case "overlay_dependent":
case "HideNavbarOverlay":
case "CustomThemedIconsOverlay":
Expand Down Expand Up @@ -276,7 +277,6 @@ public static boolean isVisible(String key) {
return !instance.mPreferences.getString("rightSwipeUpAction", "-1").equals("-1");

case "nav_pill_cat":
case "nav_keyboard_height_cat":
return !instance.mPreferences.getBoolean("HideNavbarOverlay", false);

case "UpdateWifiOnly":
Expand Down

0 comments on commit a8d15b1

Please sign in to comment.