mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
no param needed
This commit is contained in:
parent
4a03da6b96
commit
1b2abbe321
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue