mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Add option to disable auto lock and add manual locking
This commit is contained in:
@ -14,6 +14,6 @@ class LockPresenter: BasePresenter<LockController>() {
|
||||
get() = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M
|
||||
&& Reprint.isHardwarePresent()
|
||||
&& Reprint.hasFingerprintRegistered()
|
||||
&& prefs.lockUseFingerprint().getOrDefault()
|
||||
&& prefs.eh_lockUseFingerprint().getOrDefault()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user