Add a handle to the avatar bottom sheet
This commit is contained in:
parent
ac6b2192a5
commit
8c3b01e9f2
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ fun AvatarActionBottomSheet(
|
||||||
ModalBottomSheetLayout(
|
ModalBottomSheetLayout(
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
sheetState = modalBottomSheetState,
|
sheetState = modalBottomSheetState,
|
||||||
|
displayHandle = true,
|
||||||
sheetContent = {
|
sheetContent = {
|
||||||
AvatarActionBottomSheetContent(
|
AvatarActionBottomSheetContent(
|
||||||
actions = actions,
|
actions = actions,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue