[Koin Project][Refactor] 분실물 화면 리팩토링#1199
Merged
kongwoojin merged 6 commits intodevelopfrom Jan 5, 2026
Merged
Conversation
KYM-P
reviewed
Jan 3, 2026
| object : TabLayout.OnTabSelectedListener { | ||
| override fun onTabSelected(tab: TabLayout.Tab?) { | ||
| tab?.let { | ||
| EventLogger.logClickEvent( |
| } else { | ||
| articleRepository.fetchSearchedArticles(query, board.id, page, ARTICLES_PER_PAGE) | ||
| } | ||
| }.debounce(10).flatMapLatest { |
Member
Author
There was a problem hiding this comment.
기존에 사용하던 코드라... 문제 없지 않을까 싶습니다.
736d98b to
14f3e46
Compare
Member
Author
|
부모 PR 변경에 따라 force-push 진행했습니다 |
KYM-P
approved these changes
Jan 4, 2026
Base automatically changed from
feature/#1043-add-navigate-to-chatroom
to
develop
January 5, 2026 09:47
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 개요
PR 체크리스트
작업사항
작업사항의 상세한 설명
Fragment가 아닌 XML 내부의ComposeView를 통해 그려지도록 수정했습니다.논의 사항
스크린샷
추가내용