lbry-desktop/ui/component/claimListDiscover
infiinte-persistence ad37edf681 Inf-scroll: Fix scroll not working when navigating back from claim.
## Fixes:
3071: "Infinite scroll stops working when navigating to file page / back"

## The Issue:
In the POP operation, the `page` value is back to 1 due to the initializer `useState(1)`. If the results cache already contained more than 1 page's worth, then the rest of the logic thinks there's nothing to do.

## The Fix:
Previous fixes to Inf-Scroll added a "page correction" code to handle the mismatch. This fix simply adds this scenario to the list of scenarios to perform the correction.
2020-07-01 11:11:47 -04:00
..
index.js Revert "bring in blocked redux code from lbry-redux" 2020-06-23 16:21:40 -04:00
view.jsx Inf-scroll: Fix scroll not working when navigating back from claim. 2020-07-01 11:11:47 -04:00