Ensure that a click on a media open the correct media.
This commit is contained in:
parent
7194477465
commit
207fcc829c
1 changed files with 1 additions and 4 deletions
|
|
@ -78,10 +78,7 @@ class MediaViewerNode @AssistedInject constructor(
|
||||||
}
|
}
|
||||||
when (timelineMode) {
|
when (timelineMode) {
|
||||||
null -> timelineMediaGalleryDataSource
|
null -> timelineMediaGalleryDataSource
|
||||||
Timeline.Mode.LIVE -> {
|
Timeline.Mode.LIVE,
|
||||||
// Even if the timelineMediaGalleryDataSource does not know the eventId, the SDK will create the timeline faster
|
|
||||||
timelineMediaGalleryDataSource
|
|
||||||
}
|
|
||||||
Timeline.Mode.FOCUSED_ON_EVENT -> {
|
Timeline.Mode.FOCUSED_ON_EVENT -> {
|
||||||
// Does timelineMediaGalleryDataSource knows the eventId?
|
// Does timelineMediaGalleryDataSource knows the eventId?
|
||||||
val lastData = timelineMediaGalleryDataSource.getLastData().dataOrNull()
|
val lastData = timelineMediaGalleryDataSource.getLastData().dataOrNull()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue