fix: 앱 실행 시 로딩 Alert 안 뜨는 버그 + 빈 뭉치 전환 무한로딩 버그 수정#82
Merged
Hidden character warning
The head ref may contain hidden characters: "bugfix/-\ud648-\uc571-\uc2e4\ud589-\uc2dc-\uba54\uc778-\ubb49\uce58-\ub85c\ub529-\uc0ac\ub77c\uc9d0"
Conversation
- handleKeyringDataChange에서 빈 뭉치일 때 isSceneReady 리셋 방지 - createKeyringDataList에서 설정한 isSceneReady = true가 유지되도록 함 - MultiKeyringSceneView의 불필요한 onAppear 체크 로직 제거
jini-coding
approved these changes
Feb 11, 2026
| func handleKeyringDataChange() { | ||
| // 빈 뭉치면 이미 createKeyringDataList에서 isSceneReady = true 설정됨 | ||
| // 다시 false로 리셋하면 무한로딩 발생 | ||
| guard !keyringDataList.isEmpty else { return } |
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.
🎯 PR 내용
앱 실행 시 로딩 Alert 안 뜨는 버그 + 빈 뭉치 전환 무한로딩 버그 수정
원인 분석
1차 문제: 앱 실행 시 로딩 Alert 안 뜸
→ 해결: onAppear의 isEmpty 체크 제거
2차 문제: 빈 뭉치 전환 시 무한로딩
→ 해결: 빈 뭉치일 때 isSceneReady 리셋 방지
변경사항
📱 스크린샷 (UI 변경 시)
🔗 관련 이슈
✅ 체크리스트