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

refreshLayout.setFloatRefresh(true);模式的问题 #116

Open luckyBoyFeng opened 7 years ago

luckyBoyFeng commented 7 years ago

refreshLayout.setFloatRefresh(true)模式下,当把回弹效果关闭后refreshLayout.setEnableOverScroll(false);,设refreshLayout.setAutoLoadMore(true);当到底部自动加载不会在起步作用,如果不关闭回弹效果,当上拉过一段后再去下拉,会有明显的回弹效果,float模式效果出现bug。