Closed SmoothCoffe closed 6 years ago
You need to keep a reference to the Adapter
you are wrapping with the SwipeActionAdapter
and use that one to manipulate the data source.
SwipeActionAdapter mAdapter = new SwipeActionAdapter(filterAdapter); mAdapter.setListView(mylist);
isn't filterAdapter is the reference ?
this is my code