Revert "Fixing recents transition not getting completed when using QuickScrub"

This reverts commit 22c72167ae.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Iecb5d145af299c6ee2a6383d5bf8c912f546a8e9
This commit is contained in:
Sunny Goyal
2018-04-26 16:21:38 +00:00
parent 22c72167ae
commit dea746cb4c

View File

@@ -442,7 +442,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
}
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);