Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisam committed Oct 15, 2019
1 parent 68f613c commit 55bae59
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ protected void onCreate(Bundle savedInstanceState) {
initData();

adapter = new MyAdapter();
adapter.getStartPage();
adapter.getCurrentPage();
adapter.getItemCount();
adapter.getRecyclerView();

adapter.setDefaultRecyclerView(this, R.id.recyclerView);
adapter.setOnPaginationListener(new PaginatedAdapter.OnPaginationListener() {
@Override
Expand Down

0 comments on commit 55bae59

Please sign in to comment.