标签: android canvas android-recyclerview swipe itemtouchhelper
我有一个recyclerView,我添加了一个与onTouch方法一起使用的itemTouchHelper回调。
当我滑动并单击查看器之外的任何位置时,应该使按钮消失,并将查看器恢复到其原始位置。
我的问题是(仅)当我滑动,触摸EditText并将其向下拖动时,我在画布上绘制的按钮似乎消失了。我试图找到onChildDraw的调用位置,但没有输入该函数,因此我认为它与画布本身有关。
Example video to show the problem.