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

Commit 8d77e771 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Restore DISABLE_NOTIFICATION_ICONS."

parents 7abaecc3 8e41f315
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;
        }