Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, setContentFrameVisible(n > 0, false); } else if (mSettingsView == null) { // we're looking at the notifications; time to maybe make some changes if (mNotificationCount != n) { if ((mNotificationCount > 0) != (n > 0)) { setContentFrameVisible(n > 0, true); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, setContentFrameVisible(n > 0, false); } else if (mSettingsView == null) { // we're looking at the notifications; time to maybe make some changes if (mNotificationCount != n) { if ((mNotificationCount > 0) != (n > 0)) { setContentFrameVisible(n > 0, true); } } Loading