mirror of
https://github.com/yattee/yattee.git
synced 2026-05-31 11:54:18 +00:00
Wrap favoritesChanged.toggle() calls in MainActor.run blocks to ensure main actor-isolated state mutations happen on the correct actor context. This resolves Swift concurrency warnings when updating state from nonisolated async contexts.