Skip to content

Commit

Permalink
KKUMI-108 [FEAT] #90 - 팔로우 버튼 준비 중입니다 Toast
Browse files Browse the repository at this point in the history
  • Loading branch information
jung0115 committed Oct 15, 2024
1 parent 31ccce8 commit 13a313e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ class PostListAdapter (
waitNotice()
}

// 팔로우 버튼 - 아직 안 됨
binding.includePostWriter.btnFollow.setOnClickListener(View.OnClickListener {
waitNotice()
})

// 포스트 신고하기
binding.textBtnPostReport.setOnClickListener(View.OnClickListener {
reportPost(
Expand Down

0 comments on commit 13a313e

Please sign in to comment.