Fixed
Status Update
Comments
ry...@google.com <ry...@google.com>
ap...@google.com <ap...@google.com> #2
The only currently supported strategy for adding Fragments to compose is via
Description
Currently, ComposeViews will dispose their compositions when detached from the window. In RecyclerView, this is slightly suboptimal, because ideally, we would only do so when the ViewHolder is being recycled, or when the RecyclerView is going away. See internal design doc for more information.
We should provide a simple solution (probably a recyclerview-compose artifact) that addresses this.