Suppress ContentTrailingLambda for ExpandableBottomSheetScaffold
This commit is contained in:
parent
c6f4c9e12a
commit
b8ed7cc2e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue