From 3ee2e5575bea2017f51eefae129b0f6f470edf87 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 11 Sep 2025 13:41:24 +0200 Subject: [PATCH] fix detekt --- .../android/features/call/impl/utils/ActiveCallManager.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt index 45d6ffedb2..a3591ff945 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt @@ -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