small refactor.
This commit is contained in:
@@ -83,7 +83,7 @@ public class SiwgJNI {
|
|||||||
this.is_supported = GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(activity) == ConnectionResult.SUCCESS;
|
this.is_supported = GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(activity) == ConnectionResult.SUCCESS;
|
||||||
|
|
||||||
// Create GoogleSignIn Client
|
// Create GoogleSignIn Client
|
||||||
mGoogleSignInClient = GoogleSignIn.getClient(activity, getSignInOptions());
|
this.mGoogleSignInClient = GoogleSignIn.getClient(activity, getSignInOptions());
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user