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

Commit 4c7e68f1 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Fixed failing scrim test" into sc-v2-dev

parents 0ead1a7a baa03325
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -751,12 +751,6 @@ public class ScrimControllerTest extends SysuiTestCase {
        finishAnimationsImmediately();
        mScrimController.transitionTo(ScrimState.UNLOCKED);

        // Immediately tinted black after the transition starts
        assertScrimTinted(Map.of(
                mScrimInFront, true,
                mScrimBehind, true
        ));

        finishAnimationsImmediately();

        // All scrims should be transparent at the end of fade transition.