From d7138b6c83114c8b2f87908b628eb6cb2aeddef7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 3 Feb 2017 11:33:22 -0500 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index dbb459760..52851aa24 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -412,6 +412,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify"; } if ([Environment getCurrent].callService.call != nil) { DDLogWarn(@"%@ ignoring INStartAudioCallIntent due to ongoing WebRTC call.", self.tag); + return NO; } OutboundCallInitiator *outboundCallInitiator = [Environment getCurrent].outboundCallInitiator;