Skip to content

Commit 9546a73

Browse files
committed
fix detekt
1 parent e20b355 commit 9546a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ class DefaultActiveCallManager(
290290
// (we are ringing for an incoming call in a DM)
291291
decliner == client.sessionId
292292
}
293-
}.onEach { decliner ->
293+
}
294+
.onEach { decliner ->
294295
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
295296
// decline
296297
activeCall.value = null

0 commit comments

Comments
 (0)