diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java index 48dbe499799b4..d3b336bef6291 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java @@ -3416,6 +3416,7 @@ public class NotificationStackScrollLayout extends ViewGroup for (View view : mClearOverlayViewsWhenFinished) { StackStateAnimator.removeFromOverlay(view); } + mClearOverlayViewsWhenFinished.clear(); } private void runAnimationFinishedRunnables() {