-
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
지도 위치 권한 유도 팝업 및 이동 로직 수정 #66
Conversation
), | ||
containerColor = BuddyConTheme.colors.modalColor, | ||
dragHandle = { | ||
BottomSheetDialog(onDismissRequest = onDismiss) { |
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.
@hanchang97
ModalBottomSheet가 높이가 절반 이상은 지정 안되는 이슈로 서드파티 라이브러리 사용했습니다
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.
그런 이슈가 있군요.. 배포 후에 라이브러리 없이 혹시 구현할 수 있는지 같이 스터디 해보면 좋을 것 같습니다😀
@@ -18,6 +19,7 @@ interface GiftiConService { | |||
suspend fun requestAvailableGiftiCons( | |||
@Query("pageNumber") pageNumber: Int, // page | |||
@Query("gifticonStoreCategory") gifticonStoreCategory: String?, // 기프티콘 가게 카테고리 | |||
@Query("gifticonStore") gifticonStore: String? = null, |
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.
@hanchang97
API 문서상 gifticonStore가 있어서 추가했습니다
GS25("GS25", "GS25"), | ||
CU("CU", "CU"), | ||
OTHERS("기타", "OTHERS'"), | ||
NONE("", "") |
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.
@hanchang97
기타가 OTHERS 파라미터로 넣어야만 가능해서 ETC에서 변경했습니다.
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.
수정 작업 고생하셨습니다~
구체적인 작업 내용
지도 위치 권한 유도 팝업 및 이동 로직 수정
Close Issue
Close #60