Skip to content
New issue

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后,mIsRefreshing置位false失效 #23

Open
suchen2 opened this issue Jun 5, 2018 · 2 comments
Open

调用finishRefreshing后,mIsRefreshing置位false失效 #23

suchen2 opened this issue Jun 5, 2018 · 2 comments

Comments

@suchen2
Copy link

suchen2 commented Jun 5, 2018

finishRefreshing方法调用后,会走mHeader.setRefreshing(false); 动画正常结束,但是一直是下拉后的样子,不回到顶部. 在再一次下拉的时候就回去了.

@jy231613
Copy link

解决了吗,我的也这样...

@867339205
Copy link

在Activity中正常使用,fragment中出现了同样的问题,已解决。在CircleRefreshLayout.setUpChildAnimation中更改如下语句 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight,0);改为 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight-1,0);便可以。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants