lcodecorex / TwinklingRefreshLayout

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

有个问题 就是我下拉刷新的时候 瞬间滑到底部 loadmore 动画会出来 然后回弹 已设置loadmore false 不知道为什么还会滑出 #175

Closed XuEnhao closed 6 years ago

XuEnhao commented 6 years ago

refreshLayout.setOverScrollBottomShow(false);已解决