android-pulltorefresh icon indicating copy to clipboard operation
android-pulltorefresh copied to clipboard

Fix the rebound when swipe down slowly

Open cashow opened this issue 12 years ago • 0 comments

When refresh state changes from PULL_TO_REFRESH to RELEASE_TO_REFRESH, listview will rebound, so I changed the calculation of paddingTop. What's more, after mRefreshViewImage becomes visible, mRefreshViewHeight will change, set the default visibility of mRefreshViewImage to visible will fix that bug.

cashow avatar Sep 12 '13 08:09 cashow