diff --git a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllAdapter.kt b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllAdapter.kt index c44d1f3..9a4dbe4 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllAdapter.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/explorer/profile/creator_community/all/CreatorCommunityAllAdapter.kt @@ -102,6 +102,7 @@ class CreatorCommunityAllAdapter( setImageContent(binding.ivContent, item.imageUrl) setContentLike(item.isLike, item.likeCount, item.postId, index) + setNoticeAndClickableUrl(binding.tvContent, item.content, item.isExpand, index) setContentComment( item.postId, item.commentCount,