Just updated CMP from 1.5 to 1.6.2, we update the schema on runtime from hardcoded neutral schema to fully new created via
lightColorScheme()
.
I see that the new schema is delivered to my AppTheme() which just wraps MaterialTheme().
But nothing recomposed down the tree, even if I open new screens.
On android everything is alright
Vlad
04/12/2024, 11:16 AM
UPD: The colours change turned out to be working, at least for the very root AppTheme{} composable.
Anywhere further down it doesn't. But main container of my AppTheme{} is Voyager's Navigator(). tbc
Vlad
04/12/2024, 11:56 AM
Tracked that down. This happens only for Voyager 1.1.0-alpha03 and 04.
On alpha02 the colors change works just fine.