yanzhenjie / SwipeRecyclerView

:melon: RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。
https://github.com/yanzhenjie/SwipeRecyclerView
Apache License 2.0
5.64k stars 1.09k forks source link

NestedScrollView嵌套SwipeMenuRecyclerView后加载更多不可用 #282

Closed sunnycoffee closed 5 years ago

sunnycoffee commented 5 years ago

NestedScrollView嵌套SwipeMenuRecyclerView会导致滑动不流畅,设置了setNestedScrollingEnabled(false)后SwipeMenuRecyclerView的onScrolled方法不被调用,导致无法完成下列加载更多。有啥简单的方法让外部滑动触发加载更多逻辑

yanzhenjie commented 5 years ago

做不到。