Hey! :wave: Anyone using Slack Circuit can help m...
# multiplatform
n
Hey! 👋 Anyone using Slack Circuit can help me imitate saveState/restoreState while navigating? Maybe it’s because of the way I’m presenting my state, but when going back from a screen I went to using
goTo
, the state is completely reset (show loading state and so).
It is because of the way I'm implementing the retry mechanism (the flow has a
onStart{emit(Unit)}
to start the load and it's also done when coming back. Any example of that kind of behaviour correctly done with Compose state? Also, is it necessary to override the back handler in all screens? Otherwise, the device back is closing the app. And, finally, the transition between screens looks quite chunky 😞. Is that normal? How to change it? Thanks!