File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ static IntPtr GoogleSignIn_SignInSilently(HandleRef self)
153
153
return GoogleSignInHelper . CallStatic < AndroidJavaObject > ( "signInSilently" , parentActivity ) . GetRawObject ( ) ;
154
154
}
155
155
156
- static void GoogleSignIn_Signout ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "signOut" , self . ToAndroidJavaObject ( ) ) ;
156
+ static void GoogleSignIn_Signout ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "signOut" , parentActivity ) ;
157
157
158
- static void GoogleSignIn_Disconnect ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "disconnect" , self . ToAndroidJavaObject ( ) ) ;
158
+ static void GoogleSignIn_Disconnect ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "disconnect" , parentActivity ) ;
159
159
160
160
internal static void GoogleSignIn_DisposeFuture ( HandleRef self ) => self . ToAndroidJavaObject ( ) . Dispose ( ) ;
161
161
You can’t perform that action at this time.
0 commit comments