infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

Infinite loading

Open Nazarii77 opened this issue 2 years ago • 1 comments

I have added timeouts of 30 seconds on every api call and throw TimeoutException.

In case: I started loading with interned, but the internet was lost in 30 second It works and shows please try again later. Aftre that I turn on internet and trying again, but the loading goes forever and nothing happens

Nazarii77 avatar Feb 17 '22 12:02 Nazarii77

You have to update the state of the PagingController with your error.

clragon avatar Feb 20 '22 14:02 clragon

try this pagingController.error = error

abdalazeez1 avatar Nov 07 '22 17:11 abdalazeez1