mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-05 03:52:51 +01:00
The all-empty screen early-returned before mounting any collection list, so after a favorites/watchlist switch the stale all-empty state kept the lists unmounted and onEmptyStateChange could never fire again, leaving the screen stuck on the no-data view. Render the empty view inline with the lists instead, matching the mobile Favorites structure.