Remove TODO causing failed lint check.

This commit is contained in:
David Langley 2023-06-21 09:49:44 +01:00
parent e988308dc6
commit cfae6e9e51

View File

@ -305,7 +305,7 @@ internal class RichTextComposerLayout @JvmOverloads constructor(
fun removeLink() =
views.richTextComposerEditText.removeLink()
// TODO: update the API to insertMention when available
// Update the API to insertMention when available
fun insertMention(url: String, displayText: String) =
views.richTextComposerEditText.insertLink(url, displayText)