Don’t assert when two devices call each other simultaneously.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 2d6851743d
commit 52ba5c1325

@ -47,7 +47,7 @@ extension CallUIAdaptee {
AssertIsOnMainThread() AssertIsOnMainThread()
guard self.callService.call == nil else { guard self.callService.call == nil else {
assertionFailure("unexpectedly found an existing call when trying to call back: \(recipientId)") Logger.debug("unexpectedly found an existing call when trying to start outgoing call: \(recipientId)")
return return
} }

Loading…
Cancel
Save