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:
@@ -206,7 +206,6 @@ namespace Bit.App.Pages
|
||||
await _stateService.SetThemeAsync(theme);
|
||||
ThemeManager.SetTheme(Application.Current.Resources);
|
||||
_messagingService.Send("updatedTheme");
|
||||
_stateService.ApplyThemeGloballyAsync(theme).FireAndForget();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user