From cfae6e9e514df2b2c12a91679504e37c34d4f248 Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 21 Jun 2023 09:49:44 +0100 Subject: [PATCH] Remove TODO causing failed lint check. --- .../home/room/detail/composer/RichTextComposerLayout.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt index 14c9e0f95e..b7a8d195d8 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt @@ -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)