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
如上图所示,如果加载一页以后,手动调用refresh,会造成RefreshView显示为全白色,现在定位到原因是 这种情况下,MaterialRefreshView的mSwipeDegrees一直为0,暂时还不知道怎么解决,正在查找
private void drawArc(Canvas canvas) { canvas.drawArc(mArcBounds, mStartDegrees, mSwipeDegrees, false, mPaint); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如上图所示,如果加载一页以后,手动调用refresh,会造成RefreshView显示为全白色,现在定位到原因是
这种情况下,MaterialRefreshView的mSwipeDegrees一直为0,暂时还不知道怎么解决,正在查找
The text was updated successfully, but these errors were encountered: