commit | dea746cb4cb61e0b507711f8fb6baf592124a8ae | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 16:21:38 2018 +0000 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 26 16:21:38 2018 +0000 |
tree | 943739aeba8eeee94b07b432b89711b92564f142 | |
parent | 22c72167ae8db28cf1dca72a0c199b59d8246291 [diff] |
Revert "Fixing recents transition not getting completed when using QuickScrub" This reverts commit 22c72167ae8db28cf1dca72a0c199b59d8246291. Reason for revert: <INSERT REASONING HERE> Change-Id: Iecb5d145af299c6ee2a6383d5bf8c912f546a8e9
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);