Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a8e2cfc authored by narinder Rana's avatar narinder Rana Committed by Romain Hunault
Browse files

hide notification icon area using program using config value :bug fixed

parent 73f1c2d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue
        // Default to showing until we know otherwise.
        showNotificationIconArea(false);

        showHideNotificationIconArea(getContext().getResources().getBoolean(R.bool.config_hide_notificationIcons));
        showHideNotificationIconArea(true);
    }

    public void showHideNotificationIconArea(boolean isHide){