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

创建侧滑菜单后 ,recyclerview滑动卡顿了一点点 #258

Open xjd33328 opened 5 years ago

xjd33328 commented 5 years ago

如标题,因为项目要求部分item不显示侧滑菜单,所以在SwipeMenuCreator的onCreateMenu回调中,创建侧滑菜单时先进行了List的contains判断,不知道是否跟这个有关系