airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

The issue of EpoxyRecyclerView automatically returning to the top #1383

Open wwy863399246 opened 1 month ago

wwy863399246 commented 1 month ago

"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."