commit | b8f461b31b389229b02b8e775e2b489654391ff6 | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 17:56:18 2018 +0000 |
committer | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 17:56:18 2018 +0000 |
tree | 10edcfcd57dbbf5bc36a5a9c3180975f313146fb | |
parent | 1b179a5f84e2af6b84a374e2e5731c7b97adc880 [diff] | |
parent | 23f83a8b7b6676767a34e33cc334d6c80696f08e [diff] |
[automerger] Revert "Revert "Fixing recents transition not getting completed when using QuickScrub"" am: 23f83a8b7b Change-Id: I1e6dde4e68ca1b5d9324361e401eda6c5b484258
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);