MediaViewer : introduce fullscreen and flick to dismiss behavior
This commit is contained in:
parent
f68087bc79
commit
22676cc5eb
8 changed files with 271 additions and 86 deletions
|
|
@ -132,7 +132,8 @@ private fun AttachmentPreviewContent(
|
|||
) {
|
||||
when (attachment) {
|
||||
is Attachment.Media -> LocalMediaView(
|
||||
localMedia = attachment.localMedia
|
||||
localMedia = attachment.localMedia,
|
||||
onClick = {}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue