MediaViewer : introduce fullscreen and flick to dismiss behavior

This commit is contained in:
ganfra 2024-02-23 15:39:53 +01:00
parent efa56e6124
commit f0483b8fdb
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 = {}
)
}
}