-
Notifications
You must be signed in to change notification settings - Fork 369
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
mRefreshLayout.finishRefreshing(); Issues #8
Comments
The first ,if you call completing before CircleAnimationView ondraw REFRESHING the problems will appear,you can add callback in the getOutRatio () method to startRefreshing |
hello can any one said what excect to do for solve this .plz update the library or any thing else? |
刷新以后刷新球不消失,怎么操作 |
It seems that the time to collect animation is too fast, causing the animation not to be taken away after the refresh, the solution is to delay for 2 seconds. Observable.timer(2000, TimeUnit.MILLISECONDS) |
mRefreshLayout.finishRefreshing(); is not working properly and some times does not draw back after completing refresh
The text was updated successfully, but these errors were encountered: