commit | 1749534be162cb7b502362d14012c6be63f3f6ad | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 15:19:47 2018 +0000 |
committer | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Thu Apr 26 15:19:47 2018 +0000 |
tree | 9ccaa40673865af798b4960e9250e7cefe9913ab | |
parent | 4bbb152c4a1ba721ffb1ae111d93855080f199eb [diff] | |
parent | 22c72167ae8db28cf1dca72a0c199b59d8246291 [diff] |
[automerger] Fixing recents transition not getting completed when using QuickScrub am: 22c72167ae Change-Id: I46d4633274c4696c42988b1a7ab1cf65576e4a82
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);