Remove TODO causing failed lint check.
This commit is contained in:
parent
e988308dc6
commit
cfae6e9e51
|
@ -305,7 +305,7 @@ internal class RichTextComposerLayout @JvmOverloads constructor(
|
||||||
fun removeLink() =
|
fun removeLink() =
|
||||||
views.richTextComposerEditText.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) =
|
fun insertMention(url: String, displayText: String) =
|
||||||
views.richTextComposerEditText.insertLink(url, displayText)
|
views.richTextComposerEditText.insertLink(url, displayText)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue