mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
no param needed
This commit is contained in:
@@ -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[] { });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user