Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt +0 −7 Original line number Diff line number Diff line Loading @@ -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 */) } /** Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt +0 −7 Original line number Diff line number Diff line Loading @@ -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 */) } /** Loading