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

Commit 699c0d86 authored by narinder Rana's avatar narinder Rana
Browse files

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

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


        showHideNotificationIconArea(getContext().getResources().getBoolean(com.android.internal.R.bool.config_hide_notificationIcons));
        showHideNotificationIconArea(getContext().getResources().getBoolean(R.bool.config_hide_notificationIcons));
    }
    }


    public void showHideNotificationIconArea(boolean isHide){
    public void showHideNotificationIconArea(boolean isHide){