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

Commit e20181fd 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: I38d0075b7a27d7be8ce2299cb696b487f319d368
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0334b062 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 */)
    }

    /**