Fix opening fingerprint dialog

This commit is contained in:
Koitharu
2022-10-01 12:19:24 +03:00
parent 93c6bec452
commit af2adeba13

View File

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