Skip to content

Commit f28b53d

Browse files
committed
Remove useless line of code.
1 parent cbe2f06 commit f28b53d

File tree

1 file changed

+0
-1
lines changed
  • libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl

1 file changed

+0
-1
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/RustMatrixClient.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ class RustMatrixClient(
287287
}
288288

289289
override suspend fun getRoom(roomId: RoomId): BaseRoom? = withContext(sessionDispatcher) {
290-
innerClient.rooms()
291290
roomFactory.getBaseRoom(roomId)
292291
}
293292

0 commit comments

Comments
 (0)