-
-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
About this issue
Hello! I've recently started to combine a series of consecutive Fragment RecyclerViews with RecycledViewPool
to bump performance up via View
pooling. However, it seems like that does not work too well with the FastAdapter EventHook mechanism (onPostCreateViewHolder
is no longer called for "pooled" Views from following Fragments, old, no-longer-valid hooks are being reused (because of tag-based attachment?))
Any ideas on how to properly manage that case?
Best regards,
Illia
Details
- Used library version
5.6.0
Metadata
Metadata
Assignees
Labels
No labels