Lock 5 seconds on pause

pull/217/head
M66B 11 months ago
parent 5667478def
commit 8d6ded646e

@ -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…
Cancel
Save