-
Notifications
You must be signed in to change notification settings - Fork 0
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
[refactor] BbangZipDetail 뷰 코드 정리 #99
base: develop
Are you sure you want to change the base?
Conversation
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.
고생하셨습니다~!
@@ -34,7 +34,7 @@ fun BbangZipDetailRoute( | |||
modifier = modifier, | |||
state = state, | |||
pagerState = pagerState, | |||
popBackStack = popBackStack, | |||
popBackStack = navigateToBack, |
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.
p4 : popBackStack 바꿔주세요!
color = BbangZipTheme.colors.labelNormal_282119, | ||
) | ||
} | ||
BbangZipLevelTitle( |
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.
p5 : 컴포넌트화 좋네요~
@@ -97,7 +97,7 @@ fun MainNavHost( | |||
) | |||
|
|||
bbangZipDetailNavGraph( | |||
popBackStack = { navigator.popBackStackIfNotSubject() }, | |||
navigateToBack = { navigator.popBackStackIfNotSubject() }, |
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.
p5 : 저희 navigatToBack = navigator::popbackStackIfNotSubject
같은 참조함수 형식으로 바꾸는건 어떤가요?
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.
고생유
Related issue 🛠
Work Description ✏️
Screenshot 📸
XRecorder_20250226_04.mp4
Uncompleted Tasks 😅
N/A
To Reviewers 📢
냠