mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-30 17:38:11 +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);
|
secureStorage = new AndroidKeyStoreStorageService(CrossSettings.Current);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch
|
||||||
{
|
{
|
||||||
secureStorage = new KeyStoreStorageService(new char[] { });
|
secureStorage = new KeyStoreStorageService(new char[] { });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user