How to use DoubleTapListViewHandler with PullToRefresh?

49 Views Asked by At

i use PullToRefreshListView and i want to use it with DoubleTapListViewHandler https://github.com/NikolaDespotoski/DoubleTapListViewHandler but i can't. any help?

1

There are 1 best solutions below

0
On BEST ANSWER

Take the class from the library and change this line to:

public class CustomListView extends PullToRefreshListView

I hope it will work.