You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiScreen doesn't use StateHolder and SaveableStateProvider as ComposeRenderer do. Watch video to compare MultiComposeScreen and ComposeRenderer behavior.
How to fix?
We should reuse ComposeRenderer logic in MultiComposeScreen. Also we can add nested screen stack support as spacial case of MultiComposeScreen
The text was updated successfully, but these errors were encountered:
What is wrong?
MultiScreen
doesn't useStateHolder
andSaveableStateProvider
asComposeRenderer
do. Watch video to compareMultiComposeScreen
andComposeRenderer
behavior.How to fix?
We should reuse
ComposeRenderer
logic inMultiComposeScreen
. Also we can add nested screen stack support as spacial case ofMultiComposeScreen
The text was updated successfully, but these errors were encountered: