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

Commit d9a02d66 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 am: e20181fd am: ef5d1c83

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



Change-Id: I4b6b97551af09244a7cc620726fbe28d04d9022b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c1a3fa28 ef5d1c83
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 */)
    }

    /**