mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-09 16:17:48 +00:00
Merge pull request #1175 from michaelschattgen/hotfix/biometrics-unlock
Fix biometrics unlock button on AuthActivity
This commit is contained in:
commit
aac77442bf
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ public class AuthActivity extends AegisActivity {
|
||||||
showBiometricPrompt();
|
showBiometricPrompt();
|
||||||
})
|
})
|
||||||
.create());
|
.create());
|
||||||
|
} else {
|
||||||
|
showBiometricPrompt();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue