mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 07:42:43 +00:00
Fixed order of actions for biometrics
This commit is contained in:
parent
55940914c0
commit
e46ea379c3
1 changed files with 1 additions and 1 deletions
|
@ -558,8 +558,8 @@ class GemActivity : AppCompatActivity() {
|
|||
)!!
|
||||
)
|
||||
|
||||
biometricManager.authenticateToDecryptData(initializationVector)
|
||||
biometricManager.createBiometricPrompt(this, this, callback)
|
||||
biometricManager.authenticateToDecryptData(initializationVector)
|
||||
}
|
||||
|
||||
private fun showAlert(message: String) = runOnUiThread{
|
||||
|
|
Loading…
Reference in a new issue