Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, } public void setNotificationCount(int n) { Slog.d(TAG, "notificationCount=" + n); // Slog.d(TAG, "notificationCount=" + n); if (!mShowing) { // just do it, already setContentFrameVisible(n > 0, false); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, } public void setNotificationCount(int n) { Slog.d(TAG, "notificationCount=" + n); // Slog.d(TAG, "notificationCount=" + n); if (!mShowing) { // just do it, already setContentFrameVisible(n > 0, false); Loading