mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
fix gap in theme application resulting in flashing during transitions (#1588)
This commit is contained in:
@@ -385,6 +385,7 @@ namespace Bit.Droid
|
||||
private void AppearanceAdjustments()
|
||||
{
|
||||
Window?.SetStatusBarColor(ThemeHelpers.NavBarBackgroundColor);
|
||||
Window?.DecorView.SetBackgroundColor(ThemeHelpers.BackgroundColor);
|
||||
ThemeHelpers.SetAppearance(ThemeManager.GetTheme(true), ThemeManager.OsDarkModeEnabled());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user