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

Commit b356a754 authored by Jay Aliomer's avatar Jay Aliomer Committed by Android (Google) Code Review
Browse files

Merge "Null point check"

parents a3b702fa 050be725
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1985,6 +1985,7 @@ public class NotificationManagerService extends SystemService {
            public void updateAutogroupSummary(String key, boolean needsOngoingFlag) {
                synchronized (mNotificationLock) {
                    NotificationRecord r = mNotificationsByKey.get(key);
                    if (r == null) return;
                    updateAutobundledSummaryFlags(r.getUser().getIdentifier(),
                            r.sbn.getPackageName(), needsOngoingFlag);
                }