use != rather that is

This commit is contained in:
David Langley 2021-12-06 14:37:36 +00:00
parent 03be698a7e
commit 747030b578
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ internal class MxCallImpl(
Timber.tag(loggerTag.value).v("select answer $callId")
if (!isOutgoing) return
// This is an outgoing call, select the remote client that answered.
if (state !is CallState.Dialing && state !is CallState.Connected) {
if (state != CallState.Dialing && state !is CallState.Connected) {
Timber.tag(loggerTag.value).w("Expected state is CallState.Dialing or CallState.Connected got $state.")
}
CallSelectAnswerContent(