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

Commit 2dc97d48 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

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

* commit '90abb78b':
  Avoid SystemUI crash due to NPE
parents 33c08e29 90abb78b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -841,6 +841,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) {