From 827a8258ec14d81fdddb2eff83ae18ca6b2bc8d4 Mon Sep 17 00:00:00 2001 From: klaus Date: Thu, 30 May 2024 13:24:40 +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=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=EB=AC=BC=20-=20=EA=B5=AC=EB=A7=A4=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9D=80=20=EC=9C=A0=EB=A3=8C=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=EB=AC=BC=EB=8F=84=20=EB=82=B4=EC=9A=A9=EC=9D=80=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../creator_community/all/CreatorCommunityAllAdapter.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7e25c91..c44d1f3 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 @@ -60,7 +60,6 @@ class CreatorCommunityAllAdapter( setContent(item, index) } else { binding.llLike.visibility = View.GONE - binding.tvContent.visibility = View.GONE binding.ivContent.visibility = View.GONE binding.llComment.visibility = View.GONE binding.ivSeeMore.visibility = View.GONE @@ -79,6 +78,8 @@ class CreatorCommunityAllAdapter( setContent(post, index) } } + + setNoticeAndClickableUrl(binding.tvContent, item.content, item.isExpand, index) } } else { setContent(item, index) @@ -101,7 +102,6 @@ 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,