mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-17 21:47:28 +00:00
Remove problematic movement method
This commit is contained in:
parent
4989bf4b8b
commit
907e0e4974
@ -181,7 +181,6 @@ class VisibleMessageContentView : LinearLayout {
|
|||||||
|
|
||||||
body = MentionUtilities.highlightMentions(body, message.isOutgoing, message.threadId, context);
|
body = MentionUtilities.highlightMentions(body, message.isOutgoing, message.threadId, context);
|
||||||
result.text = body
|
result.text = body
|
||||||
result.movementMethod = LinkMovementMethod.getInstance()
|
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user