Add support for files navigation (when coming from the gallery)

This commit is contained in:
Benoit Marty 2025-01-17 12:19:42 +01:00 committed by Benoit Marty
parent 32db42aebb
commit 7df65b0350
6 changed files with 34 additions and 7 deletions

View file

@ -246,6 +246,8 @@ class MessagesFlowNode @AssistedInject constructor(
}
is NavTarget.MediaViewer -> {
val params = MediaViewerEntryPoint.Params(
// TODO When we will be able to load a media timeline from a EventId, change mode here (and use a mixed mode?)
mode = MediaViewerEntryPoint.MediaViewerMode.SingleMedia,
eventId = navTarget.eventId,
mediaInfo = navTarget.mediaInfo,
mediaSource = navTarget.mediaSource,