mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-31 03:17:13 +01: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
@ -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…
x
Reference in New Issue
Block a user