Fixed failing scrim test am: ac3e13a89c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15663082

Change-Id: If866521c535b19af733ac89cb776a5704f050248
This commit is contained in:
Selim Cinek
2021-08-25 16:27:45 +00:00
committed by Automerger Merge Worker

View File

@@ -744,13 +744,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,
mScrimForBubble, 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.