1
0
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:
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[] { });
}