1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

lock page

This commit is contained in:
Kyle Spearrin
2019-05-15 17:37:59 -04:00
parent f7bb091366
commit 27b6631cc1
8 changed files with 418 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ namespace Bit.Core.Services
public void ClearCache()
{
_settingsCache.Clear();
_settingsCache?.Clear();
_settingsCache = null;
}