commit | 22c72167ae8db28cf1dca72a0c199b59d8246291 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 08:19:08 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 08:19:40 2018 -0700 |
tree | e7f706d665e81c23591b752b48e5b90ddfca17bc | |
parent | dcad5534a0755083e8fb394573a89a559a31b36f [diff] |
Fixing recents transition not getting completed when using QuickScrub Bug: 78615441 Change-Id: I30a876abb1f4129c7dc022762154f4cc21e677f1
diff --git a/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java b/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java index 881b09b..3217b78 100644 --- a/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java +++ b/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java
@@ -442,7 +442,7 @@ } 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);