mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Remove TODO causing failed lint check.
This commit is contained in:
parent
e988308dc6
commit
cfae6e9e51
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue