Browse Source

Suppress `ContentTrailingLambda` for ExpandableBottomSheetScaffold

pull/2936/head
Benoit Marty 4 months ago
parent
commit
b8ed7cc2e4
  1. 1
      features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt

1
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/ExpandableBottomSheetScaffold.kt

@ -58,6 +58,7 @@ import kotlin.math.roundToInt @@ -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(

Loading…
Cancel
Save