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

加载完一页以后,主动调用refresh会造成RefreshView显示为全白色 #18

Open
ZhaoKaiQiang opened this issue Jan 9, 2017 · 0 comments

Comments

@ZhaoKaiQiang
Copy link

如上图所示,如果加载一页以后,手动调用refresh,会造成RefreshView显示为全白色,现在定位到原因是
这种情况下,MaterialRefreshView的mSwipeDegrees一直为0,暂时还不知道怎么解决,正在查找

private void drawArc(Canvas canvas) {
        canvas.drawArc(mArcBounds, mStartDegrees, mSwipeDegrees, false, mPaint);
    }
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

1 participant