mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 21:43:56 +00:00
fix re-add anilist link
This commit is contained in:
@@ -76,6 +76,14 @@ class CommentItem(val comment: Comment,
|
||||
}
|
||||
}
|
||||
|
||||
viewBinding.commentUserName.setOnClickListener {
|
||||
openLinkInBrowser("https://anilist.co/user/${comment.username}")
|
||||
}
|
||||
viewBinding.commentText.setOnLongClickListener {
|
||||
copyToClipboard(comment.content)
|
||||
true
|
||||
}
|
||||
|
||||
viewBinding.commentEdit.setOnClickListener {
|
||||
editing(!isEditing)
|
||||
commentsActivity.editCallback(this)
|
||||
|
||||
Reference in New Issue
Block a user