epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

StickyHeaderLinearLayoutManager scroll issue

Open MrMontegro opened this issue 3 years ago • 0 comments

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.

MrMontegro avatar Jul 18 '22 09:07 MrMontegro