콘텐츠 상세
- 댓글이 없을 때 유료 콘텐츠를 구매한 사람이 비밀댓글을 등록할 수 있는 기능 추가
This commit is contained in:
@@ -136,8 +136,9 @@ struct ContentDetailView: View {
|
||||
ContentDetailCommentView(
|
||||
commentCount: audioContent.commentCount,
|
||||
commentList: audioContent.commentList,
|
||||
registerComment: { comment in
|
||||
self.viewModel.registerComment(comment: comment)
|
||||
isShowSecret: audioContent.existOrdered,
|
||||
registerComment: { comment, isSecret in
|
||||
self.viewModel.registerComment(comment: comment, isSecret: isSecret)
|
||||
}
|
||||
)
|
||||
.padding(10.3)
|
||||
|
Reference in New Issue
Block a user