mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 16:48:54 +01:00
Missed another spot
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
7ee87a0d4b
commit
759528f19a
@ -109,9 +109,7 @@ class HomeDetailViewModel @AssistedInject constructor(@Assisted initialState: Ho
|
||||
)
|
||||
.map { it.roomId }
|
||||
try {
|
||||
awaitCallback<Unit> {
|
||||
session.markAllAsRead(roomIds, it)
|
||||
}
|
||||
session.markAllAsRead(roomIds)
|
||||
} catch (failure: Throwable) {
|
||||
Timber.d(failure, "Failed to mark all as read")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user