1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +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

@@ -106,7 +106,6 @@ namespace Bit.Core.Abstractions
Task SetRememberedOrgIdentifierAsync(string value);
Task<string> GetThemeAsync(string userId = null);
Task SetThemeAsync(string value, string userId = null);
Task ApplyThemeGloballyAsync(string value);
Task<bool?> GetAddSitePromptShownAsync(string userId = null);
Task SetAddSitePromptShownAsync(bool? value, string userId = null);
Task<bool?> GetPushInitialPromptShownAsync();