1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00

[PM-2713] add auto unlock key to mobile

This commit is contained in:
Jacob Fink
2023-08-03 10:49:55 -04:00
parent ee0dcd23f5
commit e076c9fe04
7 changed files with 138 additions and 42 deletions

View File

@@ -323,6 +323,7 @@ namespace Bit.App.Pages
}
if (oldTimeout != newTimeout)
{
await _cryptoService.RefreshKeysAsync();
await Device.InvokeOnMainThreadAsync(BuildList);
}
}