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

Commit c427e272 authored by Winson's avatar Winson Committed by android-build-merger
Browse files

Merge "Fixing flashing when animation the launch task." into nyc-dev

am: 723bca4f

* commit '723bca4f':
  Fixing flashing when animation the launch task.

Change-Id: Ie0bc44ef777a313f653d922adb22450c7d17e63c
parents 0232243b 723bca4f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1391,8 +1391,9 @@ public class TaskStackView extends FrameLayout implements TaskStack.TaskStackCal
        updateLayoutAlgorithm(true /* boundScroll */);

        // Animate all the tasks into place
        relayoutTaskViews(new AnimationProps(DEFAULT_SYNC_STACK_DURATION,
                Interpolators.FAST_OUT_SLOW_IN));
        relayoutTaskViews(mAwaitingFirstLayout
                ? AnimationProps.IMMEDIATE
                : new AnimationProps(DEFAULT_SYNC_STACK_DURATION, Interpolators.FAST_OUT_SLOW_IN));
    }

    /**