Skip to content

Commit cfae6e9

Browse files
committed
Remove TODO causing failed lint check.
1 parent e988308 commit cfae6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ internal class RichTextComposerLayout @JvmOverloads constructor(
305305
fun removeLink() =
306306
views.richTextComposerEditText.removeLink()
307307

308-
// TODO: update the API to insertMention when available
308+
// Update the API to insertMention when available
309309
fun insertMention(url: String, displayText: String) =
310310
views.richTextComposerEditText.insertLink(url, displayText)
311311

0 commit comments

Comments
 (0)