mirror of
https://github.com/yattee/yattee.git
synced 2025-11-16 06:58:43 +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.