TableView icon indicating copy to clipboard operation
TableView copied to clipboard

NullPointerException in pagination

Open alich65 opened this issue 4 years ago • 3 comments

Hi, I'm using tableview:0.8.8. i tried to use the pagination but I get this error: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference

This is my code: mPagination = new Pagination(mTableView); mPagination.setOnTableViewPageTurnedListener(onTableViewPageTurnedListener);

Please help me.

alich65 avatar Sep 29 '19 14:09 alich65

Probably a duplicate of #182

MGaetan89 avatar Oct 12 '19 20:10 MGaetan89

@alich65 Can you close this issue in favor of #182?

By the way, the issue seems to be fixed in master.

MGaetan89 avatar Dec 05 '19 11:12 MGaetan89

Hi @alich65, Version 0.8.9 was release in January. Did you have a chance to try it to see if it fixes your issue?

MGaetan89 avatar Mar 29 '20 14:03 MGaetan89