hudomju / android-swipe-to-dismiss-undo

Android swipe-to-dismiss-undo library and sample code
MIT License
239 stars 84 forks source link

ListView with HEADER - ROW layout swipe issue #20

Closed zubinkadva closed 8 years ago

zubinkadva commented 8 years ago

Hello sir, sorry to disturb you again. I have a list view like this:

HEADER ROW ROW ROW HEADER ROW ROW ....

When I swipe on the ROW, everything works great. But when I swipe on the HEADER, the app crashes. Any ideas as on how this can be averted?? ROW is an instance of a class whereas HEADER is just plain text. I have different layouts for ROW and HEADER.

Is there any function which gets called when the user swipes?? Or do you have any other idea??

Please help. Many thanks.

zubinkadva commented 8 years ago

Hello sir. Could you tell me if there is a way to disable left-to-right swipes or right-to-left swipes??

Many thanks.