Merge pull request #445 from alexbakker/fix-reminder

Fix an issue where the password reminder popup was not shown
pull/458/head
Michael Schättgen 5 years ago committed by GitHub
commit 626995ec91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save