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:
parent
5667478def
commit
8d6ded646e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue