-
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
Feature/247 [공연상세] 전화/문자로 문의하기 #249
Conversation
Test Results 7 files 7 suites 0s ⏱️ Results for commit 4f44f36. ♻️ This comment has been updated with latest results. |
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.
굿굿
val textId = if (isTelephone) R.string.show_call_to_ask else R.string.show_text_to_ask | ||
val context = LocalContext.current | ||
|
||
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.
[메모]
바텀시트도 스타일 적용한 컴포저블 추출해야겠다 (하라는 거 아님)
.clickable { | ||
val uriKey = if (isTelephone) "tel" else "smsto" | ||
val action = if (isTelephone) Intent.ACTION_DIAL else Intent.ACTION_SENDTO | ||
val intent = Intent(action).setData(Uri.parse("$uriKey:$contact")) |
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.
👍🏻
Issue
작업 내용
KakaoTalk_20240520_195629386.mp4