lbryio / lbry-redux

Common shared app components for desktop and mobile
MIT License
15 stars 41 forks source link

claim_search: Don't clear previous page results if subsequent pages timeout. #365

Closed infinite-persistence closed 4 years ago

infinite-persistence commented 4 years ago

Issue

https://github.com/lbryio/lbry-desktop/issues/4609

Change

infinite-persistence commented 4 years ago

Changes

Note Assuming this is shared with Android, this may or may not break Android. In Desktop, we had to listen to the new flag to stop querying the next page.

infinite-persistence commented 4 years ago

Change

neb-b commented 4 years ago

@infinite-persistence Does the timeout message appear for searches that timeout on the first page?

infinite-persistence commented 4 years ago

@infinite-persistence Does the timeout message appear for searches that timeout on the first page?

Yup, for that case (count = 0), the message will appear as per existing version.