mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Merge pull request #445 from alexbakker/fix-reminder
Fix an issue where the password reminder popup was not shown
This commit is contained in:
commit
626995ec91
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public class AuthActivity extends AegisActivity {
|
|||
|
||||
@Override
|
||||
public void onAttachedToWindow() {
|
||||
if (_bioPrompt != null && _prefs.isPasswordReminderNeeded()) {
|
||||
if (_bioKey != null && _prefs.isPasswordReminderNeeded()) {
|
||||
showPasswordReminder();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue