Zoltan Demant
09/02/2022, 10:58 AMste
09/02/2022, 1:24 PMZoltan Demant
09/02/2022, 1:45 PMZoltan Demant
09/02/2022, 1:55 PMste
09/02/2022, 2:09 PMSystemUiController
anymore, but I don't remember having such issue a couple of weeks agoAlex Vanyo
09/02/2022, 3:50 PMTheme.Progression
defined anywhere else like values-night
?
Also, are you using something the splashscreen library? That throws another complication into the mixZoltan Demant
09/02/2022, 4:16 PMwindowBackground
and `windowLightNavigationBar`; just for sanity I tried skipping those too but it made no difference.
No splashscreen library 🙂Zoltan Demant
09/02/2022, 4:19 PMAlex Vanyo
09/02/2022, 4:31 PMwindowLightStatusBar=true
in light mode, and windowLightStatusBar=false
in dark mode.Alex Vanyo
09/02/2022, 4:34 PMsystemUiVisibility
flags? Use of WindowInsetsControllerCompat
?Zoltan Demant
09/02/2022, 4:42 PMAlex Vanyo
09/02/2022, 5:30 PMZoltan Demant
09/03/2022, 4:41 AMwindowLightStatusBar
is true by default (mine is false) I had to invert it - but with that being the only change made, seeing the same behavior there. I guess I should report it?Alex Vanyo
09/06/2022, 3:39 PMtrue
in both the splash screen theme and the main theme? I haven’t been able to reproduce what you’re describing unfortunately.Zoltan Demant
09/06/2022, 4:02 PMZoltan Demant
09/07/2022, 4:47 AM<item name="android:windowLightStatusBar">false</item>
on both NightAdjusted.Theme.Nia
and NightAdjusted.Theme.Splash
. It then shows white icons, changes to dark icons briefly, then back to white.
On the other hand, having windowLightStatusBar=true
keeps the dark icons all the way through. Im curious if youre still seeing a different behavior, and if so, which device are you running it on? Could this still be an issue with the emulator? Beyond that, Im about to dig into the splash themes to see if I can find anything suspicious.