1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

Apply Disable Favicon setting globally to match desktop (#1811)

* Apply Disable Favicon setting globally to match desktop

* streamline the approach to applying global settings
This commit is contained in:
Matt Portune
2022-02-24 17:13:00 -05:00
committed by GitHub
parent be993bcd02
commit f94812719d
3 changed files with 24 additions and 21 deletions

View File

@@ -206,7 +206,6 @@ namespace Bit.App.Pages
await _stateService.SetThemeAsync(theme);
ThemeManager.SetTheme(Application.Current.Resources);
_messagingService.Send("updatedTheme");
_stateService.ApplyThemeGloballyAsync(theme).FireAndForget();
}
}