Fix main thread checker warning on login
This commit is contained in:
parent
8bdfa7f09f
commit
e269e23527
|
@ -69,8 +69,10 @@ class OnboardingViewController: UIViewController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.authenticationSession!.presentationContextProvider = self
|
DispatchQueue.main.async {
|
||||||
self.authenticationSession!.start()
|
self.authenticationSession!.presentationContextProvider = self
|
||||||
|
self.authenticationSession!.start()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue