Skip to content

Commit 3d306a5

Browse files
committed
✨ 그룹 가입 후 버튼이 즉시 사라지는 기능 임시 구현
1 parent 32e80ba commit 3d306a5

File tree

1 file changed

+2
-0
lines changed
  • presentation/src/main/java/com/whyranoid/presentation/community

1 file changed

+2
-0
lines changed

presentation/src/main/java/com/whyranoid/presentation/community/PostAdapter.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class PostAdapter(
5656
btnJoinGroup.visibility = View.VISIBLE
5757
btnJoinGroup.setOnClickListener {
5858
buttonClickListener(post.groupInfo.groupId)
59+
// TODO : 이러면 가입에 실패해도 그룹 가입 버튼이 사라지는데 이에 대한 처리 필요.
60+
btnJoinGroup.visibility = View.GONE
5961
}
6062
}
6163
}

0 commit comments

Comments
 (0)