Skip to content

Commit

Permalink
🔥 delete un-using method
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogu59 committed Oct 7, 2024
1 parent 6e6c754 commit 3a7ad6e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,7 @@ class CommentViewModel
_showCommentMenuEvent.value = Event(comment)
}

fun blockUser(comment: Comment) {
viewModelScope.launch {
userControlRepository.blockUser(comment.userId)
}
}

fun onReportComment(
private fun onReportComment(
comment: Comment,
reportReason: ReportReason,
) {
Expand Down

0 comments on commit 3a7ad6e

Please sign in to comment.