mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 01:36:08 +00:00
Fix biometrics unlock button on AuthActivity
This commit is contained in:
parent
b916697391
commit
c9cf6729e0
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ public class AuthActivity extends AegisActivity {
|
|||
showBiometricPrompt();
|
||||
})
|
||||
.create());
|
||||
} else {
|
||||
showBiometricPrompt();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue