rockerhieu / rv-adapter-endless

Endless support for RecyclerView.Adapter
MIT License
107 stars 24 forks source link

onLoadMoreRequested is called continously, nothing shows up #10

Closed erf closed 8 years ago

erf commented 8 years ago

onLoadMoreRequested is called continously but nothing is showing up in the list. The RecyclerView is contained in a Fragment, I wonder if this might be causing the problem.