Closed AppearamidGuy closed 1 year ago
Because ComposeActivity was the only place calling ThemeUtils.setupTheme with specialFlags=false, its status bar was not updated in light theme. Now it is always updated to match theme color
ComposeActivity
ThemeUtils.setupTheme
specialFlags=false
Before:
After:
Nice good catch! I think this got introduced when window options were changed in this activity so the keyboard wouldn't cover the bottom buttons.
Because
ComposeActivity
was the only place callingThemeUtils.setupTheme
withspecialFlags=false
, its status bar was not updated in light theme. Now it is always updated to match theme colorBefore:
After: