diff --git a/Signal/src/ViewControllers/Registration/OnboardingController.swift b/Signal/src/ViewControllers/Registration/OnboardingController.swift index 99a27d873..f844bcb3e 100644 --- a/Signal/src/ViewControllers/Registration/OnboardingController.swift +++ b/Signal/src/ViewControllers/Registration/OnboardingController.swift @@ -171,7 +171,7 @@ public class OnboardingController: NSObject { // We start the contact fetch/intersection now so that by the time // they get to HomeView we can show meaningful contact in the suggested // contact bubble. - contactsManager.requestSystemContactsOnce() + contactsManager.fetchSystemContactsOnceIfAlreadyAuthorized() if tsAccountManager.isReregistering() { showProfileView(fromView: view)