Fixed another memory leak

Clicked heads-up notifications were never released

Test: runtest systemui
Change-Id: I9a1097fd5d26caca25c784905b60ea4b40468b2f
This commit is contained in:
Selim Cinek
2017-02-23 17:01:04 -08:00
parent c478f9023d
commit c8df064db3

View File

@@ -3416,6 +3416,7 @@ public class NotificationStackScrollLayout extends ViewGroup
for (View view : mClearOverlayViewsWhenFinished) {
StackStateAnimator.removeFromOverlay(view);
}
mClearOverlayViewsWhenFinished.clear();
}
private void runAnimationFinishedRunnables() {