Suppress ContentTrailingLambda for AlertDialogContent(
This commit is contained in:
parent
919849acc2
commit
36102cc90b
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ internal fun SimpleAlertDialogContent(
|
||||||
/**
|
/**
|
||||||
* Copy of M3's `AlertDialogContent` so we can use it for previews.
|
* Copy of M3's `AlertDialogContent` so we can use it for previews.
|
||||||
*/
|
*/
|
||||||
|
@Suppress("ContentTrailingLambda")
|
||||||
@Composable
|
@Composable
|
||||||
internal fun AlertDialogContent(
|
internal fun AlertDialogContent(
|
||||||
buttons: @Composable () -> Unit,
|
buttons: @Composable () -> Unit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue