-
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
feat: 활동 관련 뷰 더보기 팝업메뉴 구현 #412
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # app/src/main/java/com/teamwss/websoso/ui/activityDetail/ActivityDetailActivity.kt # app/src/main/java/com/teamwss/websoso/ui/main/myPage/myActivity/MyActivityFragment.kt # app/src/main/java/com/teamwss/websoso/ui/otherUserPage/otherUserActivity/OtherUserActivityFragment.kt
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.
고생하셨습니다 리뷰 확인해주세요! 비슷한 코드가 많아서 짧게 남겼습니다
private fun showReportDoneDialog(menuType: String) { | ||
val doneDialogFragment = FeedReportDoneDialogFragment.newInstance( | ||
menuType = menuType, | ||
event = {} | ||
) | ||
doneDialogFragment.show(supportFragmentManager, FeedReportDoneDialogFragment.TAG) | ||
} |
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.
c: 신고는 지금 기능구현이 안되어 있는걸까요?
novelId = feed.novelId ?: 0L, | ||
novelTitle = feed.title ?: "", | ||
feedContent = feed.feedContent, | ||
feedCategory = feed.relevantCategories?.split(", ") ?: emptyList() |
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.
r: 트콤
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
KakaoTalk_Video_2024-10-19-23-51-05.mp4
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴