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