workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

View persistence is broken in both HelloWorkflow and HelloWorkflowFragment.

Open rjrjr opened this issue 5 years ago • 0 comments
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

rjrjr avatar Jun 23 '20 22:06 rjrjr