Theme: Add ElementModalBottomSheetLayout.
This commit is contained in:
parent
0af99b88a1
commit
3273685cc4
2 changed files with 62 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ import io.element.android.features.messages.actionlist.model.TimelineItemAction
|
|||
import io.element.android.features.messages.timeline.model.TimelineItem
|
||||
import io.element.android.libraries.designsystem.components.VectorIcon
|
||||
import io.element.android.libraries.designsystem.theme.ElementTheme
|
||||
import io.element.android.libraries.designsystem.theme.components.ElementModalBottomSheetLayout
|
||||
import kotlinx.coroutines.flow.filter
|
||||
import kotlinx.coroutines.launch
|
||||
|
||||
|
|
@ -73,7 +74,7 @@ fun ActionListView(
|
|||
}
|
||||
}
|
||||
|
||||
ModalBottomSheetLayout(
|
||||
ElementModalBottomSheetLayout(
|
||||
modifier = modifier,
|
||||
sheetState = modalBottomSheetState,
|
||||
sheetContent = {
|
||||
|
|
@ -85,7 +86,7 @@ fun ActionListView(
|
|||
.imePadding()
|
||||
)
|
||||
}
|
||||
) {}
|
||||
)
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue