fix detekt
This commit is contained in:
parent
e20b3550dc
commit
9546a731d4
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)
|
||||
decliner == client.sessionId
|
||||
}
|
||||
}.onEach { decliner ->
|
||||
}
|
||||
.onEach { decliner ->
|
||||
Timber.tag(tag).d("Call: $activeCall was declined by from another session")
|
||||
// decline
|
||||
activeCall.value = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue