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 194b1a8c56
commit f8b2f24962
17 changed files with 127 additions and 178 deletions

View file

@ -36,7 +36,5 @@ interface MediaViewerEntryPoint : FeatureEntryPoint {
val mediaSource: MediaSource,
val thumbnailSource: MediaSource?,
val canShowInfo: Boolean,
val canDownload: Boolean,
val canShare: Boolean,
) : NodeInputs
}