google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
506 stars 201 forks source link

Fix the restorePreviousSignIn when completion is nil #301

Closed henryhl22321 closed 1 year ago

henryhl22321 commented 1 year ago

Return to void and not trigger the callback when the completion is nil.

mdmathias commented 1 year ago

@henryhl22321 you will need to rebase main here after https://github.com/google/GoogleSignIn-iOS/pull/302 is merged. #302 is needed so that the workflows pass.