Add ability to swipe between media when opened from the timeline.
This commit is contained in:
parent
9e5c5fa48a
commit
1776d93a20
20 changed files with 485 additions and 82 deletions
|
|
@ -118,8 +118,9 @@ interface MatrixRoom : Closeable {
|
|||
|
||||
/**
|
||||
* Create a new timeline for the media events of the room.
|
||||
* @param eventId The event to focus on, if any.
|
||||
*/
|
||||
suspend fun mediaTimeline(): Result<Timeline>
|
||||
suspend fun mediaTimeline(eventId: EventId?): Result<Timeline>
|
||||
|
||||
fun destroy()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue