1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

lock on app restart

This commit is contained in:
Kyle Spearrin
2019-06-03 12:30:26 -04:00
parent c27e44a7d2
commit 8211f85725
4 changed files with 26 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ namespace Bit.App.Utilities
if(lastBuild == null)
{
// Installed
await storageService.SaveAsync(Constants.LockOptionKey, -1);
}
else if(lastBuild != currentBuild)
{