Start implementing an ugly timeline
This commit is contained in:
parent
7907fce9e5
commit
ae051f0885
6 changed files with 174 additions and 38 deletions
|
|
@ -31,7 +31,7 @@ class MatrixTimeline(
|
|||
|
||||
fun timelineItems(): Flow<List<MatrixTimelineItem>> {
|
||||
return diffFlow().combine(timelineItems) { _, _ ->
|
||||
timelineItems.value.reversed()
|
||||
timelineItems.value
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue