Rework some MatrixRoom api and fix rust 'destroyed' crash
This commit is contained in:
parent
0ef49ca6ca
commit
daf23c5541
6 changed files with 76 additions and 71 deletions
|
|
@ -87,7 +87,6 @@ class RoomListScreen(
|
|||
Singleton.appScope.launch {
|
||||
withContext(coroutineDispatchers.io) {
|
||||
matrixClient.getRoom(roomId)!!.use { room ->
|
||||
room.open()
|
||||
room.timeline.paginateBackwards(20, 50)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue