Conversation
UI에서 Flow의 이벤트를 구독하는 데 사용되던 `ObserveAsEvents` 컴포저블의 위치를 변경하고, 더 이상 사용되지 않는 테스트용 Flow 확장 함수 파일을 삭제했습니다.
- **`ObserveAsEvents.kt` 경로 변경:**
- `presentation/common/component/` 디렉터리에 있던 `ObserveAsEvents.kt` 파일을 삭제하고, `presentation/common/`으로 이동된 파일을 사용하도록 `SettingFragment`의 import 구문을 수정했습니다.
- **`FlowExtension.kt` 삭제:**
- 테스트 코드에서 Flow 이벤트를 관찰하기 위해 사용되던 `observeEvent`와 `observeMultipleEvent` 유틸리티 함수가 포함된 `FlowExtension.kt` 파일을 삭제했습니다.
|
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 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
Jan 17, 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.
#️⃣ 이슈 번호
🛠️ 작업 내용
UI에서 Flow의 이벤트를 구독하는 데 사용되던
ObserveAsEvents컴포저블의 위치를 변경하고, 더 이상 사용되지 않는 테스트용 Flow 확장 함수 파일을 삭제했습니다.ObserveAsEvents.kt경로 변경:presentation/common/component/디렉터리에 있던ObserveAsEvents.kt파일을 삭제하고,presentation/common/으로 이동된 파일을 사용하도록SettingFragment의 import 구문을 수정했습니다.FlowExtension.kt삭제:observeEvent와observeMultipleEvent유틸리티 함수가 포함된FlowExtension.kt파일을 삭제했습니다.🙇🏻 중점 리뷰 요청
📸 이미지 첨부 (Optional)