mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 17:29:45 +00:00
When a cancelled load task fell through to `isLoading = false`, it created a 1-frame gap where the empty view rendered before the replacement task set `isLoading` back to `true`. Return early on cancellation so the surviving task controls loading state.