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