mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
always set backing key values
This commit is contained in:
parent
ed5b6962d7
commit
7fd5209cdb
1 changed files with 3 additions and 2 deletions
|
@ -65,9 +65,10 @@ namespace Bit.App.Services
|
||||||
{
|
{
|
||||||
PreviousKey = _key;
|
PreviousKey = _key;
|
||||||
_secureStorage.Delete(KeyKey);
|
_secureStorage.Delete(KeyKey);
|
||||||
_key = null;
|
|
||||||
_legacyEtmKey = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_key = value;
|
||||||
|
_legacyEtmKey = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue