Merge pull request #2830 from PhilippC/754-crash-when-using-fingerprint-before-otp
Fix crash when combining biometric unlock and KeeChallenge/OTP.
This commit is contained in:
@@ -996,8 +996,12 @@ namespace keepass2android
|
|||||||
|
|
||||||
btn.PostDelayed(() =>
|
btn.PostDelayed(() =>
|
||||||
{
|
{
|
||||||
//fire
|
//fire if everything else is ready
|
||||||
|
if (FindViewById(Resource.Id.pass_ok).Enabled)
|
||||||
|
{
|
||||||
OnOk(true);
|
OnOk(true);
|
||||||
|
}
|
||||||
|
|
||||||
FindViewById<EditText>(Resource.Id.password_edit).Enabled = true;
|
FindViewById<EditText>(Resource.Id.password_edit).Enabled = true;
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user