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

StickyHeaderLinearLayoutManager scroll issue #1304

Open MrMontegro opened 1 year ago

MrMontegro commented 1 year ago

Details on the problem can be found in this issue: https://github.com/airbnb/epoxy/issues/1305 Currently StickyHeaderLinearLayoutManager.kt doesn't take into account recycler orientation when computing offset for scrollToPosition method. This commit fixes the issue.