fix cycling search results
This commit is contained in:
parent
14ffbb19a4
commit
5a188db54b
1 changed files with 1 additions and 0 deletions
|
|
@ -863,6 +863,7 @@ public class SearchFragment
|
||||||
showListFooter(false);
|
showListFooter(false);
|
||||||
currentPageUrl = result.getNextPageUrl();
|
currentPageUrl = result.getNextPageUrl();
|
||||||
infoListAdapter.addInfoItemList(result.getItems());
|
infoListAdapter.addInfoItemList(result.getItems());
|
||||||
|
nextPageUrl = result.getNextPageUrl();
|
||||||
|
|
||||||
if (!result.getErrors().isEmpty()) {
|
if (!result.getErrors().isEmpty()) {
|
||||||
showSnackBarError(result.getErrors(), UserAction.SEARCHED,
|
showSnackBarError(result.getErrors(), UserAction.SEARCHED,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue