rockerhieu / rv-adapter-endless

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

still loadmore when i just have one item #6

Closed oubowu closed 8 years ago

oubowu commented 8 years ago

when i request data from network, it just one item, but it still callback to loadmore

rockerhieu commented 8 years ago

You have to call onDataReady(false) to let the adapter know that the list shouldn't load more.