mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-17 11:20:29 +01:00
Resetting or changing a filter/sort refetches from page 1, but the FlashList kept its previous offset, leaving the user stranded mid-list. Hold a FlashListRef and scrollToOffset(0) whenever the active filters/sort change.