mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 18:13:36 +00:00
fix gap in theme application resulting in flashing during transitions (#1588)
This commit is contained in:
@@ -16,6 +16,10 @@ namespace Bit.Droid.Utilities
|
||||
{
|
||||
get => ThemeManager.GetResourceColor("MutedColor").ToAndroid();
|
||||
}
|
||||
public static Color BackgroundColor
|
||||
{
|
||||
get => ThemeManager.GetResourceColor("BackgroundColor").ToAndroid();
|
||||
}
|
||||
public static Color NavBarBackgroundColor
|
||||
{
|
||||
get => ThemeManager.GetResourceColor("NavigationBarBackgroundColor").ToAndroid();
|
||||
|
||||
Reference in New Issue
Block a user