fix cycling search results
This commit is contained in:
parent
2d029b9f76
commit
b0efe49e29
|
@ -863,6 +863,7 @@ public class SearchFragment
|
|||
showListFooter(false);
|
||||
currentPageUrl = result.getNextPageUrl();
|
||||
infoListAdapter.addInfoItemList(result.getItems());
|
||||
nextPageUrl = result.getNextPageUrl();
|
||||
|
||||
if (!result.getErrors().isEmpty()) {
|
||||
showSnackBarError(result.getErrors(), UserAction.SEARCHED,
|
||||
|
|
Loading…
Reference in New Issue