fix detekt

This commit is contained in:
Valere 2025-09-11 13:41:24 +02:00
parent 4e8e355f27
commit 3ee2e5575b

View file

@ -290,7 +290,8 @@ class DefaultActiveCallManager(
// (we are ringing for an incoming call in a DM) // (we are ringing for an incoming call in a DM)
decliner == client.sessionId decliner == client.sessionId
} }
}.onEach { decliner -> }
.onEach { decliner ->
Timber.tag(tag).d("Call: $activeCall was declined by from another session") Timber.tag(tag).d("Call: $activeCall was declined by from another session")
// decline // decline
activeCall.value = null activeCall.value = null