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