mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Lock 5 seconds on pause
This commit is contained in:
parent
5667478def
commit
8d6ded646e
1 changed files with 1 additions and 1 deletions
|
@ -3326,7 +3326,7 @@ public class Helper {
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (autolock_nav && pausing)
|
if (autolock_nav && pausing)
|
||||||
last_authentication = now - biometrics_timeout + biometrics_timeout;
|
last_authentication = now - biometrics_timeout + 5 * 1000L;
|
||||||
else
|
else
|
||||||
last_authentication = now;
|
last_authentication = now;
|
||||||
prefs.edit().putLong("last_authentication", last_authentication).apply();
|
prefs.edit().putLong("last_authentication", last_authentication).apply();
|
||||||
|
|
Loading…
Reference in a new issue