Cancel the wallpaper animation after the tests

Fixes: 281859780
Test: atest KeyguardUnlockAnimationControllerTest#surfaceAnimation_ifNotWakeAndUnlocking KeyguardViewMediatorTest#testOnStartedWakingUp_logsUiEvent
Change-Id: I0e334e79b558240343df834e5eca958d1ccda57e
This commit is contained in:
Marzia Favaro
2023-05-11 13:36:11 +00:00
parent b4eb0b77fd
commit a7500e4aa4

View File

@@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() {
@After
fun tearDown() {
keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel()
keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel()
keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel()
}
/**