Skip to content

[#773] PushNotificationListView에서 refreshable이 끝나지 않는 현상을 해결한다 - #775

Merged
opficdev merged 5 commits into
developfrom
fix/#773
Jul 28, 2026
Merged

[#773] PushNotificationListView에서 refreshable이 끝나지 않는 현상을 해결한다#775
opficdev merged 5 commits into
developfrom
fix/#773

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

PushNotificationList의 새로고침 작업이 listener 구독에 묶여 종료되지 않던 문제 해결.
실시간 자동 갱신과 사용자 새로고침의 독립적인 실행 보장.

📝 작업 내용

📌 요약

  • 새로고침과 listener의 실행 흐름 분리 및 iOS 버전별 pull-to-refresh 제공 범위 조정.

🔍 상세

  • refresh가 listener를 취소하거나 재시작하지 않고 첫 페이지 조회만 수행하도록 역할 제한.
  • 초기 조회와 query 변경 시 listener 중단 → 조회 → listener 재시작 순서 적용.
  • 초기 조회 완료 시 현재 query가 조회 시작 시점과 같은 경우에만 listener 재시작.
  • iOS 17 이하에서는 pull-to-refresh를 붙이지 않고 iOS 18 이상에서는 기존 refresh 액션 유지.
  • 회귀 테스트에서 refresh의 조회 query와 cursor, listener 구독 횟수 및 조회 개수 검증.

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jul 28, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4ea39418cf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 752ea93371

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@opficdev
opficdev merged commit 7fe8824 into develop Jul 28, 2026
8 checks passed
@opficdev
opficdev deleted the fix/#773 branch July 28, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PushNotificationListView에서 refreshable이 끝나지 않는 현상을 해결한다

1 participant