mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
fix for passphrase generator persistent settings (#1065)
This commit is contained in:
parent
f68db90b1f
commit
22101d8f4a
1 changed files with 4 additions and 0 deletions
|
@ -286,6 +286,10 @@ namespace Bit.App.Pages
|
|||
|
||||
public async Task SliderInputAsync()
|
||||
{
|
||||
if (!_doneIniting)
|
||||
{
|
||||
return;
|
||||
}
|
||||
SetOptions();
|
||||
_passwordGenerationService.NormalizeOptions(_options, _enforcedPolicyOptions);
|
||||
Password = await _passwordGenerationService.GeneratePasswordAsync(_options);
|
||||
|
|
Loading…
Reference in a new issue