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

Commit 7965ebe4 authored by Daniel Sandler's avatar Daniel Sandler Committed by android-build-merger
Browse files

Merge "Stop leaking Notifications when they change groupKeys." into...

Merge "Stop leaking Notifications when they change groupKeys." into mnc-dr1.5-dev am: 76f28bbd am: 3be84505
am: 8afab95a

* commit '8afab95a':
  Stop leaking Notifications when they change groupKeys.
parents 46736ec8 8afab95a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1954,8 +1954,9 @@ public abstract class BaseStatusBar extends SystemUI implements
                    + " alertAgain=" + alertAgain);
        }

        final StatusBarNotification oldNotification = entry.notification;
        entry.notification = notification;
        mGroupManager.onEntryUpdated(entry, entry.notification);
        mGroupManager.onEntryUpdated(entry, oldNotification);

        boolean updateSuccessful = false;
        if (applyInPlace) {