Add support for files navigation (when coming from the gallery)
This commit is contained in:
parent
32db42aebb
commit
7df65b0350
6 changed files with 34 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue