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

Commit 3b270b83 authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Fixed failing scrim test am: ac3e13a8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15663082

Change-Id: If866521c535b19af733ac89cb776a5704f050248
parents c295ce4a ac3e13a8
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -744,13 +744,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,
                mScrimForBubble, true
        ));

        finishAnimationsImmediately();

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