-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FIX/#55] 바텀바 스택 수정 #59
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.
대 석 준~
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.
수고하셨습니다람쥐🐿️ 👍
|
||
BackHandler(enabled = backPressedState) { | ||
if (System.currentTimeMillis() - backPressedTime <= 2000) { |
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.
p2: 상수화를 하면 좋을 것 같습니다!
snackBarHostState.showSnackbar( | ||
message = "버튼을 한 번 더 누르면 종료돼요", |
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.
p2: 이부분도 String 추출하면 좋을 거 같아요
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.
개행이 제대로 안되어있는 부분들이 있었습니다!! 그것만 수정해주시면 될 것 같습니다~ 수고많으셨어용
backPressedState = true | ||
coroutineScope.launch { | ||
snackBarHostState.showSnackbar( | ||
message = "버튼을 한 번 더 누르면 종료돼요", |
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.
p1: 스트링추출해주세요~
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.
이 부분은 디자인 확정이 안되서 추후에 수정할게요!
item { | ||
HomeUiStateGroup( | ||
uiState = uiState.bannerImages, | ||
success = { uiState -> | ||
HomeBannerPager( | ||
bannerImages = uiState.toImmutableList(), | ||
modifier = Modifier | ||
.fillMaxWidth() | ||
.aspectRatio(360f / 230f), | ||
) | ||
}, | ||
) |
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.
p1: 개행이 안맞는 것 같습니다!
HomeUiStateGroup( | ||
uiState = uiState.recommendedItems, | ||
success = { uiState -> | ||
HomeRecommendationItemGroup( | ||
recommendedItems = uiState.toImmutableList(), | ||
onLikeClick = onLikeClick, | ||
onItemClick = onItemClick, | ||
modifier = Modifier | ||
.fillMaxWidth() | ||
.padding(top = 43.dp), | ||
) | ||
}, | ||
) |
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.
p1: 개행이 안맞는 것 같습니다!
Related issue 🛠
Work Description ✏️
Screenshot 📸
20250120_.mp4
To Reviewers 📢