-
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/#239] 공고 상세 뷰 / QA 수정사항 반영 #249
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.
제가 아린언니 브렌치 들어가서 돌려봤는데 실기기 문제인 것 같아요..! 공기계로 돌려보니 안 뜨더라구요ㅜㅜ
130번째 줄에 아래와 같이 수정하면 웹 뷰 잘 뜨는 것 같습니당..!
확인부탁드려요!
val context = LocalContext.current
if (internUiState.showWeb) {
CustomTabsIntent.Builder().build().launchUrl(context,internInfo.url.toUri())
}
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.
추가로.. 제가 말한대로 작성 시 백버튼 눌렀을 때 다시 웹 뷰가 뜨는 이슈가 있는 것 같은데,, 저도 정확히 보지 않아서 뭐가 문제인지 확실하진 않지만,, 이 부분은 MyPageRoute 한번 참고해보면 좋을 것 같아요..!
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.
확인했습니당 잘 동작하네요!! 수고했어요!!🙂 @arinming
Column( | ||
modifier = modifier.fillMaxHeight(), | ||
modifier = modifier | ||
.statusBarsPadding() | ||
.navigationBarsPadding() | ||
.fillMaxHeight() | ||
.background(White), |
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.
수고하셨습니다~~!!! 오류 수정도 파이팅!!!!!!!
⛳️ Work Description
📸 Screenshot
239.mp4
📢 To Reviewers