From b8ed7cc2e4ce9e4236849e8e94027f570063af2c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 29 May 2024 12:40:49 +0200 Subject: [PATCH] Suppress `ContentTrailingLambda` for ExpandableBottomSheetScaffold --- .../features/messages/impl/ExpandableBottomSheetScaffold.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt index 28ef69226b..3d61d43063 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt @@ -58,6 +58,7 @@ import kotlin.math.roundToInt * @param modifier The modifier for the layout. * @param sheetContentKey The key for the sheet content. If the key changes, the sheet will be remeasured. */ +@Suppress("ContentTrailingLambda") @OptIn(ExperimentalMaterial3Api::class) @Composable internal fun ExpandableBottomSheetScaffold(