yuqirong / CardSwipeLayout

Use RecyclerView to achieve card swipe layout , like Tantan . (模仿探探卡片滑动效果的布局)
MIT License
1.25k stars 187 forks source link

viewHolder.itemView.setOnTouchListener(null); #18

Open ThugKd opened 6 years ago

ThugKd commented 6 years ago

楼主,viewHolder.itemView.setOnTouchListener(null); 我把这行代码去掉,没有出现滑动错乱的问题啊?相反,我添加了撤回功能之后,由于之前滑出的时候执行了setOnTouchListener(null); 会导致滑动错乱问题

longkehuawei commented 5 years ago

@ThugKd 撤回功能怎么做