Skip to content

Commit

Permalink
Fix (SoundCloud large playlist can’t load)[TeamNewPipe#10012]
Browse files Browse the repository at this point in the history
TeamNewPipe/NewPipe@e236d37
Fixes TeamNewPipe#10012

Co-Authored-By: Stypox <stypox@pm.me>
  • Loading branch information
ShareASmile and Stypox committed Jul 14, 2024
1 parent 70c9c24 commit 1c57aff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ public void handleResult(@NonNull final I result) {
if (result.getRelatedItems().size() > 0) {
infoListAdapter.addInfoItemList(result.getRelatedItems());
showListFooter(hasMoreItems());
} else if (hasMoreItems()) {
loadMoreItems();
} else {
infoListAdapter.clearStreamItemList();
showEmptyState();
Expand Down

0 comments on commit 1c57aff

Please sign in to comment.