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

Commit 8e41f315 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Restore DISABLE_NOTIFICATION_ICONS.

Bug: 5054828
Change-Id: I621f5ef9281eb9593525faf7dd7be42def653970
parent c6600916
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1605,6 +1605,10 @@ public class TabletStatusBar extends StatusBar implements
                mIconLayout.addView(iconView, params);
            }

            return;
        } else if (0 != (mDisabled & StatusBarManager.DISABLE_NOTIFICATION_ICONS)) {
            // if icons are disabled but we're not in DND mode, this is probably Setup and we should
            // just leave the area totally empty
            return;
        }