From 1a400f84147b2e8917e1429a5bc25b13efb425f7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 10 Jul 2017 12:39:44 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/call/CallService.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Signal/src/call/CallService.swift b/Signal/src/call/CallService.swift index 39467ea6c..5bf9c9e0b 100644 --- a/Signal/src/call/CallService.swift +++ b/Signal/src/call/CallService.swift @@ -505,9 +505,8 @@ protocol CallServiceObserver: class { // be ready. // // TODO: Auto-accept this incoming call if our current call was either a) outgoing or - // b) ever connected. There will be a bit of complexity around making sure that two - // parties that call each other at - + // b) never connected. There will be a bit of complexity around making sure that two + // parties that call each other at the same time end up connected. switch self.call!.state { case .idle, .dialing, .remoteRinging: // If both users are trying to call each other at the same time,