mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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() =
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user