Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 201f9b8d authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 2dc97d48: am 90abb78b: am 678f7edd: Merge "Avoid SystemUI crash due to NPE"

* commit '2dc97d48':
  Avoid SystemUI crash due to NPE
parents 3153c179 2dc97d48
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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) {