I'm slowly migrating to compose parts of my ViewHo...
# compose
r
I'm slowly migrating to compose parts of my ViewHolder items, I've noticed that if I have multiple
ComposeView
s added to the item, I still need to setup the
ViewCompositionStrategy.DisposeOnDetachedFromWindow
to the
ComposeView
in order to make them work properly. Is it still needed?
I'm running
RecyclerView:1.3.1
and
Compose:bom:2023.10.01