OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

search: fix pagination logic and add refresh control #421

Closed ktprograms closed 1 year ago

ktprograms commented 1 year ago

Fix edge case in logic when results fill less than one page (for example with restricted searches where only the winning claim is shown).

Also add refresh control and fix search() early returning when refreshing as none of the parameters changed by adding a force flag.

Fix: #418