Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
refreshable액션의MainActor격리 누락으로Store.send가 비동기 작업 실행 큐에서 호출되어 앱이 중단되는 문제 해결📝 작업 내용
📌 요약
@Sendable액션에@MainActor격리 추가.refreshable내부에서await action()을 호출하도록 변경🔍 상세
PushNotificationListView의.refresh와.startObserving호출이MainActor에서 수행되도록 보장send구현과 푸시 알림 갱신 순서는 변경하지 않음git diff --check통과App빌드 성공📸 영상 / 이미지 (Optional)