workflow-kotlin
workflow-kotlin copied to clipboard
View persistence is broken in both HelloWorkflow and HelloWorkflowFragment.
trafficstars
Did the move to Android view binding break it? Maybe it was always broken for simple root views, but masked by BackStackContainer in the more complex samples?
To demonstrate, add an EditText (with id!) to the layout file, and type in it. The text you enter will survive config change, but not process death.
Might get the fix for free-ish from #36. 🤞
Originally posted by @rjrjr in https://github.com/square/workflow-kotlin/issues/14#issuecomment-648449307