DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Layout manager: reverseLayout #116

Open VasileDiaconu opened 4 years ago

VasileDiaconu commented 4 years ago

when set "layoutManager.reverseLayout = true", on scroll to top, the onLoadNextPage(page: Int) is not triggered instantly, need to scroll a little to bottom after that onLoadNextPage is invoked. Why? can anyone help me?

dvasea1 commented 4 years ago

The same for me! @DevAhamed any updates?

sawasblog commented 4 years ago

Same problem here ,