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) ) {