fix / review

This commit is contained in:
Valere
2019-06-07 13:38:58 +02:00
parent 471170a3e0
commit 1b3ec2d0fb
2 changed files with 2 additions and 37 deletions

View File

@ -44,7 +44,7 @@ abstract class MessageTextItem : AbsMessageItem<MessageTextItem.Holder>() {
false
}
it.setOnLinkLongClickListener { textView, url ->
//Long clicks are handled by parent, return false to block android to do something with url
//Long clicks are handled by parent, return true to block android to do something with url
true
}
}