Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1749534b authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] Fixing recents transition not getting completed when using QuickScrub am: 22c72167

Change-Id: I46d4633274c4696c42988b1a7ab1cf65576e4a82
parents 4bbb152c 22c72167
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
        }
        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);