epoxy-adapter / com.airbnb.epoxy / EpoxyRecyclerView / shouldShareViewPoolAcrossContext

shouldShareViewPoolAcrossContext

open fun shouldShareViewPoolAcrossContext(): Boolean

To maximize view recycling by default we share the same view pool across all instances in the same Activity. This behavior can be disabled by returning false here.