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

Commit 8d75a598 authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Fixing flashing when animation the launch task." into nyc-dev am: 723bca4f

am: fc520dd6

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

Change-Id: Ia8b2f646cf6fca63fe2471d6b2e26b0c1e021d6c
parents 4fc87b1d fc520dd6
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));
    }

    /**