Comment Adapter
class CommentAdapter(onDeleteClick: (String) -> Unit) : ListAdapter<Diskusi, CommentAdapter.CommentViewHolder>
Functions
Link copied to clipboard
Link copied to clipboard
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): CommentAdapter.CommentViewHolder