mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Start springs for All Apps when user flings up.
Bug: 77695481 Change-Id: Ifecfbbb89601947118f620f522662aee8a61946e
This commit is contained in:
@@ -396,6 +396,9 @@ public abstract class AbstractStateChangeTouchController
|
||||
updateSwipeCompleteAnimation(anim, Math.max(duration, getRemainingAtomicDuration()),
|
||||
targetState, velocity, fling);
|
||||
mCurrentAnimation.dispatchOnStart();
|
||||
if (fling && targetState == LauncherState.ALL_APPS) {
|
||||
mLauncher.getAppsView().addSpringFromFlingUpdateListener(anim, velocity);
|
||||
}
|
||||
anim.start();
|
||||
if (mAtomicAnim == null) {
|
||||
startAtomicComponentsAnim(endProgress, anim.getDuration());
|
||||
|
||||
Reference in New Issue
Block a user