Fixed order of actions for biometrics

This commit is contained in:
Corewala 2022-05-17 15:34:44 -04:00
parent 55940914c0
commit e46ea379c3
1 changed files with 1 additions and 1 deletions

View File

@ -558,8 +558,8 @@ class GemActivity : AppCompatActivity() {
)!!
)
biometricManager.authenticateToDecryptData(initializationVector)
biometricManager.createBiometricPrompt(this, this, callback)
biometricManager.authenticateToDecryptData(initializationVector)
}
private fun showAlert(message: String) = runOnUiThread{