Only fetch contacts if already authorized

pull/2/head
Michael Kirk 6 years ago
parent e2fd2c9173
commit 60bfa7e857

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

Loading…
Cancel
Save