1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

no param needed

This commit is contained in:
Kyle Spearrin
2017-06-22 21:53:44 -04:00
parent 4a03da6b96
commit 1b2abbe321

View File

@@ -213,7 +213,7 @@ namespace Bit.Android
{
secureStorage = new AndroidKeyStoreStorageService(CrossSettings.Current);
}
catch (Exception e)
catch
{
secureStorage = new KeyStoreStorageService(new char[] { });
}