omadahealth / SwipyRefreshLayout

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

swipe to add more from bottom is invalidate #25

Closed tyronewj closed 8 years ago

tyronewj commented 9 years ago

Hi, thank for this nice library. when I use swipyrefreshlayout in my activity, and i hava add header and footer, the construct like this: |--linearlayout start |--header |-- swipyrefreshlayout start |--listview |---swipyrefreshlayout end |--footer |--linearlayout end when i want to add more info use swipyrefreshlayout from the bottom , the MaterialProgressDrawable stuck there, and the method onRefresh() doesn't work.how can I solve it, thank you .

screenshot_2015-09-03-10-15-50 1

oliveeyay commented 8 years ago

Have you checked on the example app how it is used? I think there is a timeout, depending on how you use the library you can break this.