We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
finishRefreshing方法调用后,会走mHeader.setRefreshing(false); 动画正常结束,但是一直是下拉后的样子,不回到顶部. 在再一次下拉的时候就回去了.
The text was updated successfully, but these errors were encountered:
解决了吗,我的也这样...
Sorry, something went wrong.
在Activity中正常使用,fragment中出现了同样的问题,已解决。在CircleRefreshLayout.setUpChildAnimation中更改如下语句 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight,0);改为 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight-1,0);便可以。
No branches or pull requests
finishRefreshing方法调用后,会走mHeader.setRefreshing(false); 动画正常结束,但是一直是下拉后的样子,不回到顶部. 在再一次下拉的时候就回去了.
The text was updated successfully, but these errors were encountered: