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)
153153 return GoogleSignInHelper . CallStatic < AndroidJavaObject > ( "signInSilently" , parentActivity ) . GetRawObject ( ) ;
154154 }
155155
156- static void GoogleSignIn_Signout ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "signOut" , self . ToAndroidJavaObject ( ) ) ;
156+ static void GoogleSignIn_Signout ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "signOut" , parentActivity ) ;
157157
158- static void GoogleSignIn_Disconnect ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "disconnect" , self . ToAndroidJavaObject ( ) ) ;
158+ static void GoogleSignIn_Disconnect ( HandleRef self ) => GoogleSignInHelper . CallStatic ( "disconnect" , parentActivity ) ;
159159
160160 internal static void GoogleSignIn_DisposeFuture ( HandleRef self ) => self . ToAndroidJavaObject ( ) . Dispose ( ) ;
161161
You can’t perform that action at this time.
0 commit comments