Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading