From 187c866c2e5bbe0a505b1c271083b46da2ab4017 Mon Sep 17 00:00:00 2001 From: Michelle Linington Date: Sun, 3 Oct 2021 17:29:25 -0700 Subject: [PATCH] Fix early rings --- Signal/src/Calls/Individual/IndividualCallService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/Calls/Individual/IndividualCallService.swift b/Signal/src/Calls/Individual/IndividualCallService.swift index 8fb2f2652e..6187448bc0 100644 --- a/Signal/src/Calls/Individual/IndividualCallService.swift +++ b/Signal/src/Calls/Individual/IndividualCallService.swift @@ -516,7 +516,7 @@ import SignalMessaging Logger.info("call: \(call)") if shouldEarlyRing { - if isOutgoing { + if !isOutgoing { // If we are using the NSE, we need to kick off a ring ASAP in case this incoming call // has resulted in the NSE waking up the main app. owsAssertDebug(callUIAdapter.adaptee(for: call) === callUIAdapter.callKitAdaptee)