mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 20:13:18 +00:00
base lock timer off of Stopwatch class
This commit is contained in:
@@ -5,8 +5,6 @@ namespace Bit.App.Abstractions
|
||||
public interface IAppSettingsService
|
||||
{
|
||||
bool Locked { get; set; }
|
||||
string LockTimerId { get; set; }
|
||||
double LastActivityLockTime { get; set; }
|
||||
DateTime LastActivity { get; set; }
|
||||
DateTime LastCacheClear { get; set; }
|
||||
bool AutofillPersistNotification { get; set; }
|
||||
|
||||
@@ -10,6 +10,5 @@ namespace Bit.App.Abstractions
|
||||
Task<LockType> GetLockTypeAsync(bool forceLock);
|
||||
Task CheckLockAsync(bool forceLock);
|
||||
bool TopPageIsLock();
|
||||
void StartLockTimer();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user