I'm using ListViewDraggingAnimation by DevBytes.
I'm using it twice : in one Fragment and in a nested Fragment in an other part of the app. But it displays the exact same thing.
On Lollipop 5.1 (Nexus 6) it's working perfectly fine. On my other test device, Galaxy S3 4.1.1 it's different : non-nested Fragment is working fine, but in the nested one, when I want to drag an item, it starts dragging and then, after a little move (not enough to switch with an other cell) it's going back to is previous position.
For compatibility from API 14, I'm using Support Fragment (nested classic fragments don't work below api 17)
I searched for solutions but didn't find something. Has someone already faced this issue and solved it ?
Any hints? Thanks :)