Skip to content

Commit

Permalink
Quick hack for the pagination of Android app
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Jun 1, 2017
1 parent 6f081d6 commit 21b100c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class PaginatedLists {
/**
* Maximum size of a page.
*/
private static final int MAX_PAGE_SIZE = 100;
private static final int MAX_PAGE_SIZE = 99999; // FIXME paginate the Android app

/**
* Constructs a paginated list.
Expand Down

0 comments on commit 21b100c

Please sign in to comment.