From 2ce898cac5677b424565228f3f1b0100698d3c98 Mon Sep 17 00:00:00 2001 From: adasiewiczr <17440581+adasiewiczr@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:42:15 +0000 Subject: [PATCH] AUTOMATION: Clean Detekt Baseline Files --- stream-chat-android-ui-components/detekt-baseline.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/stream-chat-android-ui-components/detekt-baseline.xml b/stream-chat-android-ui-components/detekt-baseline.xml index 370e3254295..9a455d5660c 100644 --- a/stream-chat-android-ui-components/detekt-baseline.xml +++ b/stream-chat-android-ui-components/detekt-baseline.xml @@ -6,7 +6,6 @@ ComplexCondition:FileAttachmentsView.kt$GeneralFileAttachmentViewHolder$item.uploadState is Attachment.UploadState.Idle || item.uploadState is Attachment.UploadState.InProgress || (item.uploadState is Attachment.UploadState.Success && item.fileSize == 0) ComplexCondition:FileAttachmentsView.kt$RecordingFileAttachmentViewHolder$item.uploadState is Attachment.UploadState.Idle || item.uploadState is Attachment.UploadState.InProgress || (item.uploadState is Attachment.UploadState.Success && item.fileSize == 0) ComplexCondition:FootnoteDecorator.kt$FootnoteDecorator$!isGiphy && !isDeleted && userLanguage != i18nLanguage && translatedText != data.message.text - ComplexCondition:MediaAttachmentView.kt$MediaAttachmentView$attachment.isImage() || (attachment.isVideo() && ChatUI.videoThumbnailsEnabled && attachment.thumbUrl != null) ForbiddenComment:MediaAttachmentGridView.kt$MediaAttachmentGridView.SharedMediaSpaceItemDecorator$// TODO: leaves empty space after pagination IteratorNotThrowingNoSuchElementException:MessageComposerView.kt$<no name provided>$<no name provided> : Iterator LargeClass:MessageComposerViewStyle.kt$MessageComposerViewStyle$Companion