mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Fixing recents transition not getting completed when using QuickScrub
Bug: 78615441 Change-Id: I30a876abb1f4129c7dc022762154f4cc21e677f1
This commit is contained in:
@@ -442,7 +442,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
|
||||
}
|
||||
mInteractionType = interactionType;
|
||||
|
||||
setStateOnUiThread(STATE_QUICK_SCRUB_START);
|
||||
setStateOnUiThread(STATE_QUICK_SCRUB_START | STATE_GESTURE_COMPLETED);
|
||||
|
||||
// Start the window animation without waiting for launcher.
|
||||
animateToProgress(1f, QUICK_SCRUB_START_DURATION, TOUCH_RESPONSE_INTERPOLATOR);
|
||||
|
||||
Reference in New Issue
Block a user