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

阿里的这个vlayout中使用TwinklingRefreshLayout,如果有个adapter是StickyLayoutHelper则无法上拉加载更多 #127

Open finddreams opened 7 years ago

finddreams commented 7 years ago

但如果把这个adapter改成是LinearLayoutHelper则可以上拉加载更多,这是哪方的问题?