devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.24k stars 269 forks source link

Pull to Refresh conflict #3

Closed ppamorim closed 9 years ago

ppamorim commented 10 years ago

I've see some conflict with Pull to Refresh when user scroll to top. If the project has used LinearLayoutManager or GridLayoutManager, this doesn't happens.

devunwired commented 10 years ago

Can you be more specific about which pull-to-refresh library you are using? It likely has to do with the implementation of the scrollToPosition methods, but it would be dependent on how the library is calling them.