Fixed
Status Update
Comments
ry...@google.com <ry...@google.com>
ap...@google.com <ap...@google.com> #2
Any suggestions on where such an interface might live? I don't think it makes sense for the interface to be in the drawerlayout artifact if you're specifically going to use the interface to *not* use DrawerLayout.
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.