mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Remove useless code. Returned value is not used. observeRoomSummary()
is called a few lines above.
This commit is contained in:
parent
657796c8b5
commit
b6deff8a0b
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ class TimelineViewModel @AssistedInject constructor(
|
|||
observeActiveRoomWidgets()
|
||||
observePowerLevel()
|
||||
setupPreviewUrlObservers()
|
||||
room.getRoomSummaryLive()
|
||||
viewModelScope.launch(Dispatchers.IO) {
|
||||
tryOrNull { room.readService().markAsRead(ReadService.MarkAsReadParams.READ_RECEIPT) }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue