From 3f92e0f2496e71c8f32aa8983d643eed6948ec84 Mon Sep 17 00:00:00 2001 From: Diogo Date: Thu, 5 Sep 2024 14:07:42 +0100 Subject: [PATCH] extra space in the end of user list for android --- .../chat/simplex/common/views/chatlist/UserPicker.android.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/androidMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.android.kt b/apps/multiplatform/common/src/androidMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.android.kt index 19cb840cc0..42fdc0be46 100644 --- a/apps/multiplatform/common/src/androidMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.android.kt +++ b/apps/multiplatform/common/src/androidMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.android.kt @@ -37,6 +37,7 @@ actual fun UserPickerInactiveUsersSection( } Spacer(Modifier.width(20.dp)) } + Spacer(Modifier.width(60.dp)) } Box( contentAlignment = Alignment.CenterEnd, @@ -46,7 +47,7 @@ actual fun UserPickerInactiveUsersSection( horizontalArrangement = Arrangement.End, modifier = Modifier.fillMaxWidth().padding(end = DEFAULT_PADDING).height(60.dp) ) { - Canvas(modifier = Modifier.height(60.dp).width(200.dp)) { + Canvas(modifier = Modifier.height(60.dp).width(100.dp)) { drawRect( brush = Brush.linearGradient( colors = listOf(