mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +01:00
no param needed
This commit is contained in:
parent
4a03da6b96
commit
1b2abbe321
@ -213,7 +213,7 @@ namespace Bit.Android
|
||||
{
|
||||
secureStorage = new AndroidKeyStoreStorageService(CrossSettings.Current);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
secureStorage = new KeyStoreStorageService(new char[] { });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user