lcodecorex / TwinklingRefreshLayout

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

fixedHeader中包含RecyclerView时,fixedHeader的RecyclerView无法滑动 #43

Closed timshinlee closed 7 years ago

timshinlee commented 7 years ago

业务需求要在fixedHeader中包含一个RecyclerView,但是滑动事件好像直接被refreshLayout拦截掉了,导致fixedHeader中的RecyclerView接收不到滑动事件?这个bug有办法解决吗?感谢!

lcodecorex commented 7 years ago

fixedHeader主要是提供来做广告位或者是轮播条的,加RecyclerView逻辑比较复杂,当时没有考虑到。暂时不好解决

timshinlee commented 7 years ago

好的,感谢!