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:
@@ -87,7 +87,7 @@ namespace Bit.App.Pages
|
||||
|
||||
public async Task InitAsync()
|
||||
{
|
||||
await InitVaultFilterAsync();
|
||||
await InitVaultFilterAsync(true);
|
||||
WebsiteIconsEnabled = !(await _stateService.GetDisableFaviconAsync()).GetValueOrDefault();
|
||||
PerformSearchIfPopulated();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user