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,