fix re-add anilist link
This commit is contained in:
parent
160f783c6d
commit
82922b9792
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue