fix detekt
This commit is contained in:
parent
4e8e355f27
commit
3ee2e5575b
1 changed files with 2 additions and 1 deletions
|
|
@ -290,7 +290,8 @@ class DefaultActiveCallManager(
|
||||||
// (we are ringing for an incoming call in a DM)
|
// (we are ringing for an incoming call in a DM)
|
||||||
decliner == client.sessionId
|
decliner == client.sessionId
|
||||||
}
|
}
|
||||||
}.onEach { decliner ->
|
}
|
||||||
|
.onEach { decliner ->
|
||||||
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
|
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
|
||||||
// decline
|
// decline
|
||||||
activeCall.value = null
|
activeCall.value = null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue