It seems that setting activity's `android:configCh...
# compose
t
It seems that setting activity's
android:configChanges="uiMode"
on beta08, theme will not work properly when changing the device's dark theme, which is working on beta07.
a quick workaround is wrapping
MaterialTheme
with a
key
a