1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 17:43:17 +00:00

ClearExtensionCiphersCache

This commit is contained in:
Kyle Spearrin
2018-12-10 11:48:35 -05:00
parent a8c18cf83a
commit 3b9f4433ad
9 changed files with 43 additions and 4 deletions

View File

@@ -70,5 +70,6 @@ namespace Bit.Android.Services
var adapter = manager.DefaultAdapter;
return adapter != null && adapter.IsEnabled;
}
public bool IsExtension => false;
}
}