Add a handle to the avatar bottom sheet
This commit is contained in:
+1
@@ -63,6 +63,7 @@ fun AvatarActionBottomSheet(
|
||||
ModalBottomSheetLayout(
|
||||
modifier = modifier,
|
||||
sheetState = modalBottomSheetState,
|
||||
displayHandle = true,
|
||||
sheetContent = {
|
||||
AvatarActionBottomSheetContent(
|
||||
actions = actions,
|
||||
|
||||
Reference in New Issue
Block a user