nekomangaorg / Neko

Unofficial MangaDex Reader for Android 7+
Apache License 2.0
2.15k stars 112 forks source link

Bad search page pagination behavior on unstable connection #1772

Closed chaos-note closed 2 months ago

chaos-note commented 3 months ago

Steps to reproduce

  1. Have an unstable connection
  2. Search Manga by tags
  3. Search results are shown. If your internet connection breaks on downloading a new page of search results, there is a timeout screen, and on reload you start from the initial results.

Expected behavior

If a timeout appears on new search results page loading, don't show the full screen with reload, but instead a button to retry. And retry should retry the failed request and add the new page to results.

Actual behavior

Full screen error appears, when clicking retry the results reset to the first page of search results.

Crash logs

No response

Neko version

2.16.3

Android version

Android 14

Device

Samsung S23 Ultra, Realme 9 Pro

Other details

No response

Acknowledgements