airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView

Home Page:https://goo.gl/eIK82p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The issue of EpoxyRecyclerView automatically returning to the top

wwy863399246 opened this issue · comments

"When switching between fragments that contain an EpoxyRecyclerView in ViewPager2, if one of the fragments' EpoxyRecyclerView is scrolled to the top or bottom, another fragment's EpoxyRecyclerView that is positioned in the middle will return to the top. This situation does not occur with RecyclerView, or when using ViewPager."