If I want to trigger a switch in the `SettingsScre...
# compose
n
If I want to trigger a switch in the
SettingsScreen
and then the
HomeScreen
reacts to the change, what should be the best practice? Should I collect the same
flow
across two screens? Or should I update the UI state through the life cycle after returning to the
HomeScreen
?