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

Commit 0f0032d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix-forward for breakage introduced in b/29732496." into main

parents 97fca284 8c104d51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,8 +486,8 @@ class TransitionAnimator(
        endState: State,
        windowBackgroundLayer: GradientDrawable,
        fadeWindowBackgroundLayer: Boolean = true,
        useSpring: Boolean = false,
        drawHole: Boolean = false,
        useSpring: Boolean = false,
    ): Animation {
        val transitionContainer = controller.transitionContainer
        val transitionContainerOverlay = transitionContainer.overlay
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ class TransitionAnimatorTest(val useSpring: Boolean) : SysuiTestCase() {
            createEndState(transitionContainer),
            backgroundLayer,
            fadeWindowBackgroundLayer,
            useSpring,
            useSpring = useSpring,
        )
    }