Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b928069 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

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

parents d6181d7c a7500e4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() {

    @After
    fun tearDown() {
        keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel()
        keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel()
        keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)
        keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel()
    }

    /**