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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user