We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4752b8 commit f7eab29Copy full SHA for f7eab29
GoogleSignIn/GoogleSignIn.cs
@@ -140,7 +140,7 @@ public Task<GoogleSignInUser> SignInSilently() {
140
141
public Task<GoogleSignInUser> SignInSilentlyAsync() {
142
var tcs = new TaskCompletionSource<GoogleSignInUser>();
143
- impl.SignIn().WaitForResultAsync(tcs).ContinueWith((task) => {});
+ impl.SignInSilently().WaitForResultAsync(tcs).ContinueWith((task) => {});
144
return tcs.Task;
145
}
146
0 commit comments