lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
3.99k stars 672 forks source link

1.0.7版本上拉加载更多设置setEnableLoadmore(false)无效 #114

Open quanyousheng opened 7 years ago

quanyousheng commented 7 years ago
当列表页数等于数据总页数的时候,设置 不能上拉加载更多:refreshLayout.setEnableLoadmore(false);但是测试的时候还是可以,换回1.0.4版本就没这个问题。麻烦请检查下,谢谢