Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +4 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +4 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading