Suppress ContentTrailingLambda for AlertDialogContent(

This commit is contained in:
Benoit Marty 2024-05-29 12:40:14 +02:00
parent e97e21e785
commit c6f4c9e12a

View file

@ -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,