1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

lock/pam: attempt to fix fprintd retry spam after resume

This commit is contained in:
bbedward
2026-07-21 17:53:58 -04:00
parent 93c3030a1e
commit 958672badd
2 changed files with 9 additions and 2 deletions
@@ -779,7 +779,7 @@ Item {
return "passkey";
if (pam.fprint.tries >= SettingsData.maxFprintTries)
return "fingerprint_off";
if (pam.fprint.active)
if (pam.fprint.active || pam.fprint.retrying)
return "fingerprint";
if (pam.u2f.active)
return "passkey";