Fix opening fingerprint dialog
This commit is contained in:
@@ -49,7 +49,10 @@ class ProtectActivity :
|
||||
startActivity(intent)
|
||||
finishAfterTransition()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
super.onStart()
|
||||
if (!useFingerprint()) {
|
||||
binding.editPassword.requestFocus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user