MediaViewer : introduce fullscreen and flick to dismiss behavior

This commit is contained in:
ganfra 2024-02-23 15:39:53 +01:00
parent f68087bc79
commit 22676cc5eb
8 changed files with 271 additions and 86 deletions

View file

@ -132,7 +132,8 @@ private fun AttachmentPreviewContent(
) {
when (attachment) {
is Attachment.Media -> LocalMediaView(
localMedia = attachment.localMedia
localMedia = attachment.localMedia,
onClick = {}
)
}
}