[Refactor] PermissionFragment Compose 전환 #509#529
Merged
Conversation
- PermissionScreen Composable 신규 (Stateless + PermissionRow 추출 + Preview) - PermissionFragment BindingFragment → Fragment + ComposeView + applyAppTheme - 권한 launcher 및 Android 13+ 알림 권한 로직 유지 - fragment_permission.xml 삭제, nav graph tools:layout 정리
- TermsViewModel SharingStarted.WhileSubscribed → Eagerly 변경 (combined flow가 collector 없이도 즉시 계산되도록 하여 테스트 단순화) - TermsViewModelTest LiveData observeForever 제거, Dispatchers.setMain + runTest + advanceUntilIdle 패턴 적용 (NotificationViewModelTest 등과 일치)
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.
#️⃣연관된 이슈
#509
📝작업 내용
PermissionFragment를 Compose로 전환했습니다 (이전 PR #510이 base 브랜치 자동 삭제로 닫혀서 dev 타겟으로 새로 생성)
자세한 내용은 닫힌 #510 참조