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

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

(cherry picked from commit 958672badd)
This commit is contained in:
bbedward
2026-07-21 17:53:58 -04:00
parent f89fb67316
commit b72b276fb4
2 changed files with 9 additions and 2 deletions
@@ -778,7 +778,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";