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

Commit c8df064d authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed another memory leak

Clicked heads-up notifications were never released

Test: runtest systemui
Change-Id: I9a1097fd5d26caca25c784905b60ea4b40468b2f
parent c478f902
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3416,6 +3416,7 @@ public class NotificationStackScrollLayout extends ViewGroup
        for (View view : mClearOverlayViewsWhenFinished) {
            StackStateAnimator.removeFromOverlay(view);
        }
        mClearOverlayViewsWhenFinished.clear();
    }

    private void runAnimationFinishedRunnables() {