Zach Klippenstein (he/him) [MOD]
03/23/2022, 11:42 PMRecyclerView
and Compose
will now result in much better scrolling performance for RecyclerViews with Compose views as children.
• Add ViewCompositionStrategy.DisposeOnDetachedFromWindowIfNotInPoolingContainer
, which is the new default strategy and properly handles pooling containers such as RecyclerView. (If7282)