wdullaer / SwipeActionAdapter

The Mailbox-like Swipe gesture library for Android
Apache License 2.0
213 stars 61 forks source link

Issue with ExpandableListView #52

Open nexgenapps opened 8 years ago

nexgenapps commented 8 years ago

Hi,

I am using an ExpandableListView instead of the normal ListView. When wrapping my BaseExpandableListAdapter inside SwipeActionAdapter, its giving an error.

Is there a way to make it work?

Thanks in advance

wdullaer commented 8 years ago

This library is meant to be compatible with standard ListViews It might or might not be compatible with extensions of that class, but I don't have time to go out and test them all.

At the bare minimum you should post the error and stacktrace.