From a2eca372cc08b14844f0d8af4633abd6db5558f6 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 24 Jun 2024 12:03:38 +0200 Subject: [PATCH] Fix format issue. --- .../messages/impl/timeline/components/TimelineItemEventRow.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRow.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRow.kt index 735e2e6a82..d32553366e 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRow.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRow.kt @@ -117,6 +117,7 @@ import kotlin.math.roundToInt // The bubble has a negative margin to be placed a bit upper regarding the sender // information and overlap the avatar. val NEGATIVE_MARGIN_FOR_BUBBLE = (-8).dp + // Width of the transparent border around the sender avatar val SENDER_AVATAR_BORDER_WIDTH = 3.dp