<https://issuetracker.google.com/issues/297212873>...
# compose
v
https://issuetracker.google.com/issues/297212873 In compose-material3 1.2 updated the ColorScheme stability. Seems like that doesn't work on iOS at all no? in Voyager with nested navigators
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
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
Tracked that down. This happens only for Voyager 1.1.0-alpha03 and 04. On alpha02 the colors change works just fine.
@jordond hey. As of your topic at github. https://github.com/adrielcafe/voyager/issues/391 Sorry, after MC bought the thing I can't login into it anymore.
@SrSouza Sorry for pinging if it is an issue. But my debug might be of help
image.png