mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
dont auto show fingerprint if lock is initiated
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bit.Core.Abstractions
|
||||
Task<bool> IsLockedAsync();
|
||||
Task<Tuple<bool, bool>> IsPinLockSetAsync();
|
||||
Task<bool> IsFingerprintLockSetAsync();
|
||||
Task LockAsync(bool allowSoftLock = false);
|
||||
Task LockAsync(bool allowSoftLock = false, bool userInitiated = false);
|
||||
Task SetLockOptionAsync(int? lockOption);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user