Start implementing an ugly timeline

This commit is contained in:
ganfra 2022-11-07 22:24:43 +01:00
parent 7907fce9e5
commit ae051f0885
6 changed files with 174 additions and 38 deletions

View file

@ -31,7 +31,7 @@ class MatrixTimeline(
fun timelineItems(): Flow<List<MatrixTimelineItem>> {
return diffFlow().combine(timelineItems) { _, _ ->
timelineItems.value.reversed()
timelineItems.value
}
}