mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 11:56:35 -05:00
rename to AndroidKeyStoreStorageService
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Bit.Android
|
||||
ISecureStorageService secureStorage;
|
||||
try
|
||||
{
|
||||
secureStorage = new KeyStoreBackedStorageService(CrossSettings.Current);
|
||||
secureStorage = new AndroidKeyStoreStorageService(CrossSettings.Current);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user