diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/newchat/NewChatSheet.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/newchat/NewChatSheet.kt index f25b071b58..7ead6c620d 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/newchat/NewChatSheet.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/newchat/NewChatSheet.kt @@ -224,7 +224,7 @@ private fun ModalData.NewChatSheetLayout( } } if (deletedChats.isNotEmpty()) { - SectionDividerSpaced(maxBottomPadding = false) + SectionDividerSpaced() SectionView { SectionItemView( click = { @@ -325,7 +325,7 @@ private fun ModalData.NewChatSheetLayout( item { when { filteredContactChats.isNotEmpty() && searchText.value.text.isEmpty() -> { - SectionDividerSpaced(maxBottomPadding = false) + SectionDividerSpaced() SectionView(stringResource(MR.strings.contact_list_header_title), headerBottomPadding = DEFAULT_PADDING_HALF) { filteredContactChats.forEachIndexed { index, chat -> val nextChatSelected = remember(chat.id, filteredContactChats) {