small refactor.
This commit is contained in:
parent
5326e236ea
commit
e3f941b723
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user