-
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] [#157] [#158] [#159] [#160] minor bugs fix #161
Conversation
@@ -68,7 +68,7 @@ fun BoothLocationScreen( | |||
) { | |||
Box(modifier = Modifier.fillMaxSize()) { | |||
val cameraPositionState = rememberCameraPositionState { | |||
position = CameraPosition(LatLng(uiState.boothDetailInfo.latitude.toDouble(), uiState.boothDetailInfo.longitude.toDouble()), 14.0) | |||
position = CameraPosition(LatLng(uiState.boothDetailInfo.latitude.toDouble(), uiState.boothDetailInfo.longitude.toDouble()), 14.8) |
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.
요부분 수정했다 원래 로직대로 현재 보려는 마커를 중심으로 하도록 카메라 위치를 조정하게 다시 돌렸는데,
figma를 보니 건국대학교를 중심으로 두는게 맞는거같은데 어떻게 생각하시나요?
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.
좋네요! 수고하셨습니다
it.copy(festivalSearchText = TextFieldValue())
로 작성되어있던 이슈였습니다. 수정했습니다