From d9f71409add5f99cbf168d923fd2d8e3bbeba32a Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:02:22 +0400 Subject: [PATCH] comment --- .../kotlin/chat/simplex/common/views/chat/ChatView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt index 626003866f..c3d66e0c13 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt @@ -1818,7 +1818,7 @@ fun BoxScope.ChatItemsList( modifier = bannerModifier .padding(horizontal = DEFAULT_PADDING) .padding(bottom = DEFAULT_PADDING) - // ChatInfoImage has its own additional padding somewhere, + // ChatInfoImage has its own padding somewhere, // also not doing verticalArrangement = Arrangement.spacedBy(DEFAULT_PADDING_HALF) because of it .padding(top = DEFAULT_PADDING_HALF) ) {