1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

separate init and showVaultFilter property set (#1954)

This commit is contained in:
mp-bw
2022-06-15 15:18:30 -04:00
committed by GitHub
parent 3aef86bd34
commit f24388c1b5
3 changed files with 8 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ namespace Bit.App.Pages
public async Task InitAsync()
{
await InitVaultFilterAsync();
await InitVaultFilterAsync(true);
WebsiteIconsEnabled = !(await _stateService.GetDisableFaviconAsync()).GetValueOrDefault();
PerformSearchIfPopulated();
}