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)
decliner == client.sessionId
}
}.onEach { decliner ->
}
.onEach { decliner ->
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
// decline
activeCall.value = null