1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 13:43:32 +00:00

CheckForLockInBackground removed

This commit is contained in:
Kyle Spearrin
2017-12-28 16:48:40 -05:00
parent be65597d57
commit ea7290afab
3 changed files with 2 additions and 7 deletions

View File

@@ -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);