Merged
Conversation
장소 미리보기 클릭(`OnPlacePreviewClick`) 이벤트 처리 시, 시간 태그(`selectedTimeTag`) 상태를 더 안전하게 확인하도록 로직을 수정했습니다.
- **`SelectEventHandler.kt` 수정:**
- 기존의 `selectedTimeTag is LoadState.Success` 조건문 대신, `as?`를 사용한 안전한 타입 캐스팅으로 `timeTag` 값을 가져오도록 변경했습니다.
- 이를 통해 `selectedTimeTag`가 `Success` 상태가 아닐 때도 이벤트 처리가 정상적으로 진행되고, 로깅 시 "undefined"로 기록되도록 개선했습니다.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
etama123
approved these changes
Feb 22, 2026
parkjiminnnn
approved these changes
Feb 24, 2026
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.
#️⃣ 이슈 번호
🛠️ 작업 내용
OnPlacePreviewClick) 이벤트 처리 시, 타임태그가 없는 축제일 경우에도 클릭이 되도록 수정했습니다🙇🏻 중점 리뷰 요청
📸 이미지 첨부 (Optional)
Screen_Recording_20260221_210609_.Debug.Festabook.mp4