From e609de18c56fc7d871c491ba8783eb4759b8d22b Mon Sep 17 00:00:00 2001 From: Diogo Date: Sat, 31 Aug 2024 08:38:28 +0100 Subject: [PATCH] padding --- .../kotlin/chat/simplex/common/views/chatlist/UserPicker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt index f5de91d8b1..28c87fd7c0 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt @@ -148,7 +148,7 @@ private fun UsersLayout( if (currentUser != null) { val mainColor = if (stopped) MaterialTheme.colors.secondary else MenuTextColor - SectionView(contentPadding = PaddingValues(bottom = DEFAULT_PADDING, end = DEFAULT_PADDING_HALF)) { + SectionView(contentPadding = PaddingValues(bottom = DEFAULT_PADDING, end = DEFAULT_PADDING_HALF, top = if (appPlatform.isAndroid) DEFAULT_PADDING_HALF else 0.dp)) { Row { Column(modifier = Modifier.widthIn(max = 200.dp).padding(start = DEFAULT_PADDING - 4.dp)) { IconButton(onClick = onCurrentUserClick, enabled = !stopped) {