From 5e166c238ffdef87186444cde84c6a2f5e1114ba Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 30 May 2018 15:33:00 -0400 Subject: [PATCH] Respond to CR. --- SignalMessaging/contacts/SystemContactsFetcher.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SignalMessaging/contacts/SystemContactsFetcher.swift b/SignalMessaging/contacts/SystemContactsFetcher.swift index 48f07893d..672938ac5 100644 --- a/SignalMessaging/contacts/SystemContactsFetcher.swift +++ b/SignalMessaging/contacts/SystemContactsFetcher.swift @@ -259,6 +259,7 @@ public class SystemContactsFetcher: NSObject { guard authorizationStatus == .authorized else { owsFail("should have already requested contact access") self.delegate?.systemContactsFetcher(self, hasAuthorizationStatus: authorizationStatus) + completion(nil) return }