Improve code.

This commit is contained in:
Benoit Marty 2026-04-08 17:16:04 +02:00
parent 4add14da84
commit 4c1b9cca08

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 {