Move share and download actions to the bottom sheet

This commit is contained in:
Benoit Marty 2024-12-19 16:20:41 +01:00
parent 33634b2c95
commit 5c41de60fa
17 changed files with 127 additions and 178 deletions

View file

@ -251,8 +251,6 @@ class MessagesFlowNode @AssistedInject constructor(
mediaSource = navTarget.mediaSource,
thumbnailSource = navTarget.thumbnailSource,
canShowInfo = true,
canDownload = true,
canShare = true,
)
val callback = object : MediaViewerEntryPoint.Callback {
override fun onDone() {