1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +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

@@ -31,7 +31,6 @@ namespace Bit.App.Services
_fingerprint = fingerprint;
}
public bool CheckForLockInBackground { get; set; } = true;
public double CurrentLockTime { get; set; }
public void UpdateLastActivity()