Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 01cf2fc1bd
commit 5e166c238f

@ -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
}

Loading…
Cancel
Save