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

Commit 424f15a6 authored by Josh Tsuji's avatar Josh Tsuji Committed by Automerger Merge Worker
Browse files

Merge "Remove linkToDeath from KeyguardUnlockAnimationController." into tm-dev...

Merge "Remove linkToDeath from KeyguardUnlockAnimationController." into tm-dev am: bb6353be am: 37967e6a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18874956



Change-Id: I4df98d61ac6569602d1a2f4fbec1bd4d91c864ad
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 36300d94 37967e6a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -216,13 +216,6 @@ class KeyguardUnlockAnimationController @Inject constructor(
     */
    override fun setLauncherUnlockController(callback: ILauncherUnlockAnimationController?) {
        launcherUnlockController = callback

        // If the provided callback dies, set it to null. We'll always check whether it's null
        // to avoid DeadObjectExceptions.
        callback?.asBinder()?.linkToDeath({
            launcherUnlockController = null
            launcherSmartspaceState = null
        }, 0 /* flags */)
    }

    /**