Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +3 −0 Original line number Diff line number Diff line Loading @@ -841,6 +841,9 @@ public abstract class BaseStatusBar extends SystemUI implements } protected void addNotificationViews(NotificationData.Entry entry) { if (entry == null) { return; } // Add the expanded view and icon. int pos = mNotificationData.add(entry); if (DEBUG) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +3 −0 Original line number Diff line number Diff line Loading @@ -841,6 +841,9 @@ public abstract class BaseStatusBar extends SystemUI implements } protected void addNotificationViews(NotificationData.Entry entry) { if (entry == null) { return; } // Add the expanded view and icon. int pos = mNotificationData.add(entry); if (DEBUG) { Loading