1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 15:55:57 +00:00

Lock 5 seconds on pause

This commit is contained in:
M66B 2024-10-17 18:22:05 +02:00
parent 5667478def
commit 8d6ded646e

View file

@ -3326,7 +3326,7 @@ public class Helper {
return true;
if (autolock_nav && pausing)
last_authentication = now - biometrics_timeout + biometrics_timeout;
last_authentication = now - biometrics_timeout + 5 * 1000L;
else
last_authentication = now;
prefs.edit().putLong("last_authentication", last_authentication).apply();