Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Oct 6, 2022
2 parents 300c1aa + 9112481 commit 4f446b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static int getSearchTypeIdForSearchTypeInText(String searchTypeText) {

public SearchTopicInForumActivity() {
pageNavigation = new PageNavigationUtil(this);
pageNavigation.setLastPageNumber(100);
pageNavigation.setLastPageNumber(250);
}

public void performSearch(boolean initiatedBySearchButton) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public ShowForumActivity() {
super();
idOfBaseActivity = ITEM_ID_FORUM;
pageNavigation = new PageNavigationUtil(this);
pageNavigation.setLastPageNumber(100);
pageNavigation.setLastPageNumber(250);
}

private void setNewForumLink(String newLink) {
Expand Down

0 comments on commit 4f446b7

Please sign in to comment.