diff --git a/packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt index 47df64fc33e23..0a9618c2d568d 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt @@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() { @After fun tearDown() { - keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel() - keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel() + keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) + keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel() } /**