mirror of
https://github.com/yattee/yattee.git
synced 2025-12-08 09:08:14 +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.