Browse Source

Suppress `ContentTrailingLambda` for AlertDialogContent(

pull/2936/head
Benoit Marty 4 months ago
parent
commit
c6f4c9e12a
  1. 1
      libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/components/AlertDialogContent.kt

1
libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/components/AlertDialogContent.kt

@ -174,6 +174,7 @@ internal fun SimpleAlertDialogContent( @@ -174,6 +174,7 @@ internal fun SimpleAlertDialogContent(
/**
* Copy of M3's `AlertDialogContent` so we can use it for previews.
*/
@Suppress("ContentTrailingLambda")
@Composable
internal fun AlertDialogContent(
buttons: @Composable () -> Unit,

Loading…
Cancel
Save