Fixed failing scrim test

TH passed when the previous cl was submitted even though
it shouldn't have.

Test: atest SystemUITests
Fixes: 197113783
Change-Id: Ib9216246b9eb05b664d4f88f8cf6d11cc58e32d6
This commit is contained in:
Selim Cinek
2021-08-25 11:44:48 +02:00
parent f8503766e7
commit baa03325f9

View File

@@ -750,12 +750,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.