mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Don't intercept above shelf progress if still animating
When you swipe up to overview from home, we should allow touches on recents even if the overshoot animation isn't finished. If the touch is below the all apps progress, we continue to intercept to allow for double swipe up. Bug: 80093992 Change-Id: Ifdca61e7cfc1f7a713c067596cc0c1bd3154b44e
This commit is contained in:
@@ -85,7 +85,7 @@ public abstract class AbstractStateChangeTouchController
|
||||
private boolean mCanBlockFling;
|
||||
private FlingBlockCheck mFlingBlockCheck = new FlingBlockCheck();
|
||||
|
||||
private AnimatorSet mAtomicAnim;
|
||||
protected AnimatorSet mAtomicAnim;
|
||||
// True if we want to resume playing atomic components when mAtomicAnim completes.
|
||||
private boolean mScheduleResumeAtomicComponent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user