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

Commit a7500e4a authored by Marzia Favaro's avatar Marzia Favaro
Browse files

Cancel the wallpaper animation after the tests

Fixes: 281859780
Test: atest KeyguardUnlockAnimationControllerTest#surfaceAnimation_ifNotWakeAndUnlocking KeyguardViewMediatorTest#testOnStartedWakingUp_logsUiEvent
Change-Id: I0e334e79b558240343df834e5eca958d1ccda57e
parent b4eb0b77
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()
    }

    /**