From 357d6c3406c75b97062d713b80c1d842a990b00d Mon Sep 17 00:00:00 2001 From: klaus Date: Wed, 5 Jun 2024 19:12:44 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20-=20=EC=BB=A4?= =?UTF-8?q?=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EA=B8=80=EC=9D=B4=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/creator_community/all/CreatorCommunityAllAdapter.kt | 1 + 1 file changed, 1 insertion(+) 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,