I find that SystemUiController is not able to change the system bar background color as soon as I add a
NavHostFragment
to my MainActivity
If I attach my main fragment (that requests the system bar change) directly to the activity it works fine, but the second I add this XML to my activity the system bar is black - even if I don't interact further with the NavHost
Would appreciate any input on this!