android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
494 stars 263 forks source link

Bug: Endless fetching on finite lists #216

Open ogartaganis opened 2 years ago

ogartaganis commented 2 years ago

Description

Fixed some logical errors;

Testing

  1. Search for a term with finite results in the current version of the app (I sought for orestis)
  2. Observe the logs. Even tho the results are 78 (at time of writing), the search goes on and on adding pages. It gets worse as you scroll up and down.