LockScreen: fix fingerprint support for real this time

This commit is contained in:
Ly-sec
2025-12-13 13:52:59 +01:00
parent d3494c7111
commit 7f804c16f8
-2
View File
@@ -30,8 +30,6 @@ Scope {
return;
}
if (currentText === "") return;
if (root.unlockInProgress) {
Logger.i("LockContext", "Unlock already in progress, ignoring duplicate attempt");
return;