omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
964 stars 220 forks source link

Refresh Layout return to First item position #58

Closed AbodAndroid closed 7 years ago

AbodAndroid commented 7 years ago

Hello , after i making bottom refreshing , and add item to my list .I want continue scrolling down from last item, but after refresh the layout return to first item position

oliveeyay commented 7 years ago

Hello @AbodAndroid

I'm not sure it's the role of the RefreshLayout to handle that, or at least it's not directly supported. Normally you can append cells at the end/beginning of the ListView without reloading it. Google it.

Cheers