mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-15 00:27:37 +00:00
Remove problematic movement method
This commit is contained in:
@@ -181,7 +181,6 @@ class VisibleMessageContentView : LinearLayout {
|
||||
|
||||
body = MentionUtilities.highlightMentions(body, message.isOutgoing, message.threadId, context);
|
||||
result.text = body
|
||||
result.movementMethod = LinkMovementMethod.getInstance()
|
||||
return result
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user