workflow-kotlin
workflow-kotlin copied to clipboard
WorkflowViewStub will never show initial rendering if initial update() call happens before adding to parent.
trafficstars
If a WorkflowViewStub is created, and then update() called before it is added to another view, the view returned from the registry will never be added to the parent, and the initial rendering will never show. It will not show until the stub is updated with a non-null parent.