Improve code.

This commit is contained in:
Benoit Marty 2026-04-08 17:16:04 +02:00
parent d17992abe8
commit 5e3f3f31e8

View file

@ -254,8 +254,7 @@ class MessagesPresenter(
coroutineScope.launch {
val latestEventId = room.liveTimeline.getLatestEventId().getOrElse {
Timber.w(it, "Failed to get latest event id to mark as fully read")
navigator.close()
return@launch
null
}
latestEventId?.let { eventId ->
sessionCoroutineScope.launch {