mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-14 14:07:10 +00:00
fix cycling search results
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user