1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-12 06:13:21 +00:00

version bump. deprecate KeyStoreStorageService

This commit is contained in:
Kyle Spearrin
2017-06-08 21:20:56 -04:00
parent aff1cc1cc3
commit 3e0d34d148
3 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace Bit.Android
public MainApplication(IntPtr handle, JniHandleOwnership transer)
: base(handle, transer)
{
AndroidEnvironment.UnhandledExceptionRaiser += AndroidEnvironment_UnhandledExceptionRaiser;
// AndroidEnvironment.UnhandledExceptionRaiser += AndroidEnvironment_UnhandledExceptionRaiser;
if(!Resolver.IsSet)
{
@@ -215,7 +215,7 @@ namespace Bit.Android
}
catch
{
// Some isolated devices are having a hard time generating RSA keys for key store.
// Some isolated devices are having a hard time generating RSA keys for the key store.
// Continue using the "old" keystore implementation for now.
secureStorage = new KeyStoreStorageService(new char[] { });
}