mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-14 12:50:33 +01:00
make frontend not crash on scrolling on ccc search
This commit is contained in:
parent
e88a90f242
commit
a1cc0897df
@ -736,6 +736,7 @@ public class SearchFragment
|
||||
|
||||
@Override
|
||||
protected void loadMoreItems() {
|
||||
if(nextPageUrl == null || nextPageUrl.isEmpty()) return;
|
||||
isLoading.set(true);
|
||||
showListFooter(true);
|
||||
if (searchDisposable != null) searchDisposable.dispose();
|
||||
|
Loading…
Reference in New Issue
Block a user