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