commit | 23f83a8b7b6676767a34e33cc334d6c80696f08e | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 17:42:25 2018 +0000 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 17:56:17 2018 +0000 |
tree | 4d1e1309128c7d417bb0f712d60f8a94e09c841e | |
parent | b38170a7a555ed59aad9b9382337abb15137f698 [diff] |
Revert "Revert "Fixing recents transition not getting completed when using QuickScrub"" This reverts commit dea746cb4cb61e0b507711f8fb6baf592124a8ae. Reason for revert: <INSERT REASONING HERE> Change-Id: I695dbd069eeea266c74e15cb76c7fbcdf553ac84
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);