Extract content lambda.
This commit is contained in:
parent
bb48bb7531
commit
6ffc6a1cd3
1 changed files with 9 additions and 10 deletions
|
|
@ -78,7 +78,7 @@ fun AvatarActionBottomSheet(
|
|||
},
|
||||
modifier = modifier,
|
||||
sheetState = sheetState,
|
||||
content = {
|
||||
) {
|
||||
AvatarActionBottomSheetContent(
|
||||
actions = actions,
|
||||
onActionClicked = ::onItemActionClicked,
|
||||
|
|
@ -87,7 +87,6 @@ fun AvatarActionBottomSheet(
|
|||
.imePadding()
|
||||
)
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue