Merge "Cancel the wallpaper animation after the tests" into udc-dev

This commit is contained in:
Robin Lee
2023-05-11 15:55:45 +00:00
committed by Android (Google) Code Review

View File

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