mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
And remove braces
This commit is contained in:
parent
0cf50e88e9
commit
de7180ef7e
1 changed files with 2 additions and 3 deletions
|
@ -203,9 +203,8 @@ internal class MxCallImpl(
|
|||
|
||||
override fun selectAnswer() {
|
||||
Timber.tag(loggerTag.value).v("select answer $callId")
|
||||
if (!isOutgoing) {
|
||||
return
|
||||
}
|
||||
if (!isOutgoing) return
|
||||
|
||||
// This is an outgoing call, select the remote client that answered.
|
||||
// state is still DIALING.
|
||||
CallSelectAnswerContent(
|
||||
|
|
Loading…
Reference in a new issue