commit | b4c04720603570e3f049b2a7c8ea82c5132671c2 | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 16:21:40 2018 +0000 |
committer | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 16:21:40 2018 +0000 |
tree | 129ab55077c162823c5e63d88051de0ca817bf00 | |
parent | 1749534be162cb7b502362d14012c6be63f3f6ad [diff] | |
parent | dea746cb4cb61e0b507711f8fb6baf592124a8ae [diff] |
[automerger] Revert "Fixing recents transition not getting completed when using QuickScrub" am: dea746cb4c Change-Id: I3cf6e4e4288363cd54175117963f49331c23ec3b
diff --git a/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java b/quickstep/src/com/android/quickstep/WindowTransformSwipeHandler.java index 3217b78..881b09b 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 | STATE_GESTURE_COMPLETED); + setStateOnUiThread(STATE_QUICK_SCRUB_START); // Start the window animation without waiting for launcher. animateToProgress(1f, QUICK_SCRUB_START_DURATION, TOUCH_RESPONSE_INTERPOLATOR);