29995270 / HorizontalRefreshLayout

a android layout widget for horizontal drag refresh action (viewpager or recyclerview)
75 stars 12 forks source link

Fix issue when drag left to refresh while leftRefrehHead is not set. #2

Closed tankjj closed 8 years ago

tankjj commented 8 years ago

If leftRefreshHead is not set, and try to drag left to refresh, the page can't recover to right position.

Check if leftRefreshHead is set to fix this issue

Signed-off-by: jtan jtan@dynosense.com

29995270 commented 8 years ago

thank for your pull request