We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e988308 commit cfae6e9Copy full SHA for cfae6e9
vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt
@@ -305,7 +305,7 @@ internal class RichTextComposerLayout @JvmOverloads constructor(
305
fun removeLink() =
306
views.richTextComposerEditText.removeLink()
307
308
- // TODO: update the API to insertMention when available
+ // Update the API to insertMention when available
309
fun insertMention(url: String, displayText: String) =
310
views.richTextComposerEditText.insertLink(url, displayText)
311
0 commit comments