diff --git a/Signal/src/contact/SystemContactsFetcher.swift b/Signal/src/contact/SystemContactsFetcher.swift index 5775c2c23..c3a67c90b 100644 --- a/Signal/src/contact/SystemContactsFetcher.swift +++ b/Signal/src/contact/SystemContactsFetcher.swift @@ -65,6 +65,7 @@ class SystemContactsFetcher: NSObject { DispatchQueue.main.async { completion?(error) } + return } guard granted else {