Skip to content

切换ViewPager会出现不能刷新状况 #14

@ArcherLucky

Description

@ArcherLucky

如果page 1的scrollView已经到顶了,现在切换到page 2,此时page 2的scrollView没有到顶,会不能刷新,如果把ScrollableLayout的isCanPullToRefresh改成
if (getScrollY() <= 0 && !mIsHorizontalScrolling) { return true; } return false; }
就可以解决了

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