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:
@@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() {
|
||||
|
||||
@After
|
||||
fun tearDown() {
|
||||
keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel()
|
||||
keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel()
|
||||
keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
|
||||
keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user