make frontend not crash on scrolling on ccc search
This commit is contained in:
parent
e88a90f242
commit
a1cc0897df
1 changed files with 1 additions and 0 deletions
|
@ -736,6 +736,7 @@ public class SearchFragment
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void loadMoreItems() {
|
protected void loadMoreItems() {
|
||||||
|
if(nextPageUrl == null || nextPageUrl.isEmpty()) return;
|
||||||
isLoading.set(true);
|
isLoading.set(true);
|
||||||
showListFooter(true);
|
showListFooter(true);
|
||||||
if (searchDisposable != null) searchDisposable.dispose();
|
if (searchDisposable != null) searchDisposable.dispose();
|
||||||
|
|
Loading…
Add table
Reference in a new issue