Add ability to swipe between media when opened from the timeline.
This commit is contained in:
parent
9219b95e99
commit
fdf40120a7
20 changed files with 485 additions and 82 deletions
|
|
@ -39,6 +39,7 @@ interface MediaViewerEntryPoint : FeatureEntryPoint {
|
|||
val canShowInfo: Boolean,
|
||||
) : NodeInputs
|
||||
|
||||
// TODO convert to sealed class and add eventId to the 2nd and 3rd items
|
||||
enum class MediaViewerMode {
|
||||
SingleMedia,
|
||||
TimelineImagesAndVideos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue