Fix opening fingerprint dialog

This commit is contained in:
Koitharu
2022-10-01 12:19:24 +03:00
parent 512188c8dd
commit 893fa6bd90

View File

@@ -49,7 +49,10 @@ class ProtectActivity :
startActivity(intent)
finishAfterTransition()
}
}
override fun onStart() {
super.onStart()
if (!useFingerprint()) {
binding.editPassword.requestFocus()
}