-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Contributor] 컨트리뷰터 화면 이동 방법 추가 #59
Conversation
.../contributor/src/main/java/com/droidknights/app2023/feature/contributor/ContributorScreen.kt
Show resolved
Hide resolved
val showBottomBar = when (navBackStackEntry?.destination?.route) { | ||
ContributorRoute.route -> false | ||
else -> true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
navigator.showBottomBar
로 만들어주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영했습니다. 71efaea
feature/home/src/main/java/com/droidknights/app2023/feature/home/navigation/HomeNavigation.kt
Outdated
Show resolved
Hide resolved
feature/main/src/main/java/com/droidknights/app2023/feature/main/MainScreen.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이후 작업에서 네비게이션 관련 수정이 조금 있어서 병합 해주시면 반영해서 PR 올리겠습니다
Issue
Overview (Required)
Links
Screenshot