mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
fix slider history saves
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Bit.App.Pages
|
||||
public async Task ClearAsync()
|
||||
{
|
||||
History.ResetWithRange(new List<GeneratedPasswordHistory>());
|
||||
ShowNoData = true;
|
||||
await _passwordGenerationService.ClearAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user