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

Commit 90abb78b authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 678f7edd: Merge "Avoid SystemUI crash due to NPE"

* commit '678f7edd':
  Avoid SystemUI crash due to NPE
parents 4463cbc6 678f7edd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {