wdullaer / SwipeActionAdapter

The Mailbox-like Swipe gesture library for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Background Layout doesn't appear on swiping back and forth

sheharyarn opened this issue · comments

I don't really think I can explain this issue. It's better if I show you:

GIF 1: When swiping back and forth on a row while keeping the touchPoint inside the row, it works fine. But when the touchPoint goes outside the row, only the last appearing Background Layout is visible.

GIF 2: If you bring the touchPoint back inside the row while the background layout that was supposed to be visible (but isn't), it suddenly appears.

Image 1 Image 2

Nice catch, I had never noticed.
I'll look into it.