mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
fixed bug in crypto service where field was not being returned when set.
This commit is contained in:
parent
96daac9b34
commit
a470f35465
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace Bit.App.Services
|
|||
{
|
||||
if(_keyParameter != null)
|
||||
{
|
||||
_keyParameter.GetKey();
|
||||
return _keyParameter.GetKey();
|
||||
}
|
||||
|
||||
var storedKey = _secureStorage.Retrieve(KeyKey);
|
||||
|
|
Loading…
Reference in a new issue