Skip to content

1.3.6

Compare
Choose a tag to compare
@youlookwhat youlookwhat released this 23 Oct 02:30
· 9 commits to master since this release

fix 优化判断是否能加载更多逻辑

public boolean isLoadMoreEnabled() {
    return mLoadMoreListener != null && (mLoadMoreEnabledStatus == 1 || mLoadMoreEnabledStatus == 2);
}