fix cycling search results
This commit is contained in:
parent
2d029b9f76
commit
b0efe49e29
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…
Reference in a new issue