Fixed another memory leak
Clicked heads-up notifications were never released Test: runtest systemui Change-Id: I9a1097fd5d26caca25c784905b60ea4b40468b2f
This commit is contained in:
@@ -3416,6 +3416,7 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
for (View view : mClearOverlayViewsWhenFinished) {
|
||||
StackStateAnimator.removeFromOverlay(view);
|
||||
}
|
||||
mClearOverlayViewsWhenFinished.clear();
|
||||
}
|
||||
|
||||
private void runAnimationFinishedRunnables() {
|
||||
|
||||
Reference in New Issue
Block a user