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

This commit is contained in:
Lucas Dupin
2021-08-25 15:31:52 +00:00
committed by Android (Google) Code Review

View File

@@ -751,12 +751,6 @@ public class ScrimControllerTest extends SysuiTestCase {
finishAnimationsImmediately(); finishAnimationsImmediately();
mScrimController.transitionTo(ScrimState.UNLOCKED); mScrimController.transitionTo(ScrimState.UNLOCKED);
// Immediately tinted black after the transition starts
assertScrimTinted(Map.of(
mScrimInFront, true,
mScrimBehind, true
));
finishAnimationsImmediately(); finishAnimationsImmediately();
// All scrims should be transparent at the end of fade transition. // All scrims should be transparent at the end of fade transition.