diff --git a/app/src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceFragment.kt index b483e9d9ab..1d0b7ad369 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceFragment.kt @@ -258,7 +258,7 @@ class LinkDeviceFragment : ComposeFragment() { override fun onAuthenticationError(errorCode: Int, errorString: CharSequence) { Log.w(TAG, "Authentication error: $errorCode") if (errorCode == BiometricPrompt.ERROR_CANCELED) { - findNavController().safeNavigate(R.id.action_linkDeviceFragment_to_addLinkDeviceFragment) + biometricDeviceLockLauncher.launch(getString(R.string.LinkDeviceFragment__unlock_to_link)) } else { onAuthenticationFailed() }