google-signin-unity
google-signin-unity copied to clipboard
Handle RESULT_CANCELED at onActivityResult to detect user cancel
This fixes the error that occurred when you canceled the login process by clicking the "Back" button on your phone on Android or by pressing outside the account selection box. The error was that instead of detecting that action as task.IsCanceled, it was detected as task.IsFaulted and left an error. In my case the error was something like: GoogleSignIn+Exception.SignIn.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.