mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
no param needed
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Bit.Android
|
||||
{
|
||||
secureStorage = new AndroidKeyStoreStorageService(CrossSettings.Current);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
secureStorage = new KeyStoreStorageService(new char[] { });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user