Skip to content

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

@ZhaoKaiQiang

Description

@ZhaoKaiQiang

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

private void drawArc(Canvas canvas) {
        canvas.drawArc(mArcBounds, mStartDegrees, mSwipeDegrees, false, mPaint);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions