mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 13:43:32 +00:00
CheckForLockInBackground removed
This commit is contained in:
@@ -6,7 +6,6 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface ILockService
|
||||
{
|
||||
bool CheckForLockInBackground { get; set; }
|
||||
void UpdateLastActivity();
|
||||
Task<LockType> GetLockTypeAsync(bool forceLock);
|
||||
Task CheckLockAsync(bool forceLock);
|
||||
|
||||
Reference in New Issue
Block a user