android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
491 stars 260 forks source link

Bug: Endless fetching on finite lists #215

Closed ogartaganis closed 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.
ogartaganis commented 2 years ago

Will reopen with the correct CLA information..