From a77571a85bc5dc01b3c61ac6b70cb9ad1ace7951 Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Fri, 25 Aug 2023 10:12:21 +0200 Subject: [PATCH] cleanup --- .../components/TimelineItemEventForTimestampViewProvider.kt | 1 - .../messages/impl/timeline/components/TimelineItemEventRow.kt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventForTimestampViewProvider.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventForTimestampViewProvider.kt index c52e49c512..7697ccf4a4 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventForTimestampViewProvider.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventForTimestampViewProvider.kt @@ -35,6 +35,5 @@ class TimelineItemEventForTimestampViewProvider : PreviewParameterProvider Unit, inReplyToClick: () -> Unit, onTimestampClicked: () -> Unit, - bubbleModifier: Modifier = Modifier + @SuppressLint("ModifierParameter") bubbleModifier: Modifier = Modifier, // need to rename this modifier to distinguish it from the following ones ) { val timestampPosition = when (event.content) { is TimelineItemImageContent,