Rework some MatrixRoom api and fix rust 'destroyed' crash
This commit is contained in:
@@ -87,7 +87,6 @@ class RoomListScreen(
|
||||
Singleton.appScope.launch {
|
||||
withContext(coroutineDispatchers.io) {
|
||||
matrixClient.getRoom(roomId)!!.use { room ->
|
||||
room.open()
|
||||
room.timeline.paginateBackwards(20, 50)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user