Fixed failing scrim test

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

Test: atest SystemUITests
Fixes: 197700992
Change-Id: Ib9216246b9eb05b664d4f88f8cf6d11cc58e32d6
Merged-In: Ib9216246b9eb05b664d4f88f8cf6d11cc58e32d6
This commit is contained in:
Selim Cinek
2021-08-25 11:44:48 +02:00
committed by Lucas Dupin
parent abfeb71406
commit ac3e13a89c

View File

@@ -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.