-
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
[fix] [#79] Snackbar 위치 문제 해결 및 Booth 상세 화면 디자인 디테일 보완 #87
Conversation
BoothDetail 내에 Snackbar 별도 처리하는 방식으로
오 스낵바 시간을 저렇게 해결하셨군요 굿.. |
Box(modifier = Modifier.fillMaxSize()) { | ||
BoothDetailContent( | ||
uiState = uiState, | ||
onNavigateToBoothLocation = onNavigateToBoothLocation, | ||
bottomPadding = 116.dp, | ||
bottomPadding = padding.calculateBottomPadding(), |
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.
현재 바텀바에 컨텐츠가 가려보이는 문제가있는데 해당부분이 문제인것같습니다.
이부분이 실제 바텀바의 높이와 달리 계산되는지 bottomPadding = 116.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.
현재 바텀바에 컨텐츠가 가려보이는 문제가있는데 해당부분이 문제인것같습니다.
이부분이 실제 바텀바의 높이와 달리 계산되는지 bottomPadding = 116.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.
아 마지막까지 스크롤 했을 때 문제가 발생하겠군요!
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.
LGTM 수고하셨습니다!!
BoothDetail 화면 내에서는 MainScreen의 Scaffold 내에 SnackBar 를 사용하는 것이 아닌, BoothDetail 내에 Snackbar 를 사용하는 것으로 문제 해결
BoothDetail 화면 내 디자인 디테일 보완