Conversation
- `AfternoteNavActions` 인터페이스에 `navigateToSetting` 메서드를 추가하고 `AppNavigationActions`에서 `Route.Setting`으로 이동하도록 구현 - `AfternoteHomeScreen` 및 `HomeTopBar`에 설정 아이콘 클릭 처리를 위한 `onSettingClick` 콜백 파라미터 추가 - `AfternoteHomeEntry` 및 `AfternoteNavGraphHome` 네비게이션 로직에 설정 화면 이동 액션 연결 - 홈 화면의 `HomeTopBar`를 통해 설정 화면으로 진입할 수 있도록 개선
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
Closes #395 — fix(afternote): 애프터노트 화면 설정 기어 아이콘 클릭 무반응
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
onClick이 미연결(HomeTopBar()호출 시 기본 빈 람다)이던 것을 설정 화면(Route.Setting)으로 연결AfternoteHomeScreen←AfternoteHomeEntry(AfternoteHomeEntryActions.onSettingClick) ←AfternoteHomeNavigation(onNavigateToSetting) ←AfternoteNavGraph←AppNavigationActions.navigateToSetting()HomeTabScreen)의 기존onSettingClick패턴과 동일하게 구성📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
UI 외형 변경 없음 — 기어 아이콘은 그대로이고 클릭 동작(설정 진입)만 연결. 에뮬레이터 QA에서 "홈 기어 정상 / afternote 기어 무반응" 대조 확인 후 수정.
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
./gradlew :app:compileDebugKotlin→ BUILD SUCCESSFUL