Skip to content

Commit

Permalink
fixed bug that was a hangover from the original code that made messag…
Browse files Browse the repository at this point in the history
…e links only clickable once
  • Loading branch information
gavine99 committed Feb 2, 2025
1 parent d7514d6 commit fbd1094
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ class MessagesAdapter @Inject constructor(
spanString.removeSpan(span)
}
}
else -> holder.body.movementMethod = LinkMovementMethod.getInstance()
}

holder.body.text = spanString
Expand Down

0 comments on commit fbd1094

Please sign in to comment.