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

Commit 678f7edd authored by Chris Wren's avatar Chris Wren Committed by Gerrit Code Review
Browse files

Merge "Avoid SystemUI crash due to NPE"

parents 3b9600b6 5f330262
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) {