lbry-desktop/ui/component/claimListDiscover
infiinte-persistence 2754c962a4 Inf-scroll: Fix glitch when results are exactly the page size.
## Issue
Fixes 2675 `Claim search with exactly 20 results keep fetching next page`

## Changes
Use `claimSearchResultLastPageReached` (I didn't know it existed back then).

The unnecessary "loading" refresh will still happen one time, but at least now it doesn't happen every time we scroll to the bottom (and incorrectly incrementing 'page').
2020-07-14 16:05:42 -04:00
..
index.js Inf-scroll: Fix glitch when results are exactly the page size. 2020-07-14 16:05:42 -04:00
view.jsx Inf-scroll: Fix glitch when results are exactly the page size. 2020-07-14 16:05:42 -04:00