fix cycling search results

This commit is contained in:
Christian Schabesberger 2018-08-05 13:29:19 +02:00
parent 2d029b9f76
commit b0efe49e29
1 changed files with 1 additions and 0 deletions

View File

@ -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,