itemtouchhelper-extension icon indicating copy to clipboard operation
itemtouchhelper-extension copied to clipboard

When click on swiped item it cause "unswipe"

Open NaikSoftware opened this issue 7 years ago • 5 comments

Click on action view and content view will be appear instead of action view This bug has also app-compat implementation.

test

NaikSoftware avatar Nov 30 '16 10:11 NaikSoftware

Bug in this line https://github.com/loopeer/itemtouchhelper-extension/blob/5ffa383883593e24ce4728839c8dbe7208ffaef6/itemtouchhelperextension/src/main/java/com/loopeer/itemtouchhelperextension/ItemTouchHelperExtension.java#L2465

Its move fully swiped item to position 0 because mStartDx = mTargetX = RecyclerView Width

Sulution: comment this line

NaikSoftware avatar Nov 30 '16 15:11 NaikSoftware

Did you mean the expanded item collapse suddently.

ToDou avatar Dec 01 '16 11:12 ToDou

Not, collapsed automatically, without code from my side when I click on any place of swiped view

NaikSoftware avatar Dec 01 '16 11:12 NaikSoftware

这里应该是个bug,swipe的距离大就出现点击的时候没有了滑回去的动画了

Heycz avatar Mar 31 '17 02:03 Heycz

Try new version 1.0.4

ToDou avatar Apr 24 '17 08:04 ToDou