diff --git a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java index d1d956d054e0c..e83b7f1a1fce9 100644 --- a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java @@ -1822,6 +1822,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump // Set after notifyExpandingStarted, as notifyExpandingStarted resets the closing state. setClosing(true); + mUpdateFlingOnLayout = false; if (delayed) { mNextCollapseSpeedUpFactor = speedUpFactor; this.mView.postDelayed(mFlingCollapseRunnable, 120);