We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b355 commit 9546a73Copy full SHA for 9546a73
features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt
@@ -290,7 +290,8 @@ class DefaultActiveCallManager(
290
// (we are ringing for an incoming call in a DM)
291
decliner == client.sessionId
292
}
293
- }.onEach { decliner ->
+ }
294
+ .onEach { decliner ->
295
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
296
// decline
297
activeCall.value = null
0 commit comments