From fe5eeedb89df5b1a67941d8bf4b19dd653f5cc66 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 29 Jun 2023 21:26:24 +0200 Subject: [PATCH] Remove obsolete comment. --- .../timeline/components/event/TimelineItemInformativeView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemInformativeView.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemInformativeView.kt index 3abdb0feef..fbc58a0044 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemInformativeView.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemInformativeView.kt @@ -59,7 +59,6 @@ fun TimelineItemInformativeView( fontStyle = FontStyle.Italic, color = MaterialTheme.colorScheme.secondary, fontSize = 14.sp, - // Since the font size is smaller, add more space to extra padding, to not overlap with the timestamp text = text + extraPadding.getStr(14.sp) ) }