icerockdev / moko-paging

Pagination logic in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
59 stars 7 forks source link

When processing an error in the nextPageListener, the application hangs #62

Open maxklochkov97 opened 1 year ago

maxklochkov97 commented 1 year ago

When any error occurs refreshListener correctly performs the specified action, but at nextPageListener application hangs, error is not handled in any way, if after that try to do PullToRefresh it will call activation indicator and that's all, it will rotate forever.