Also I think I found a bug: the drawer (in the sca...
# compose
j
Also I think I found a bug: the drawer (in the scaffold) isnt updated after changing themes. I just use
AppTheme(dark = datastore.isDarkTheme(...)) { Scaffold() }
Where the datastore just returns a flow that is collected as state. So it should update the drawer too, but it does not.