Skip to content

Commit 8cb1ed7

Browse files
committed
Style fixes
Change-Id: I31fdc412017e206569a2f72fefe6c574daedda75
1 parent 982f204 commit 8cb1ed7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

auth/src/main/java/com/firebase/ui/auth/data/remote/GoogleSignInHandler.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ public void onActivityResult(int requestCode, int resultCode, @Nullable Intent d
9797
// Hack for https://github.com/googlesamples/google-services/issues/345
9898
// Google remembers the account so the picker doesn't appear twice for the user.
9999
start();
100-
}else if(e.getStatusCode() == GoogleSignInStatusCodes.SIGN_IN_CANCELLED){
100+
} else if (e.getStatusCode() == GoogleSignInStatusCodes.SIGN_IN_CANCELLED) {
101101
setResult(Resource.<IdpResponse>forFailure(new UserCancellationException()));
102-
}
103-
else {
102+
} else {
104103
if (e.getStatusCode() == CommonStatusCodes.DEVELOPER_ERROR) {
105104
Log.w(TAG, "Developer error: this application is misconfigured. " +
106105
"Check your SHA1 and package name in the Firebase console.");

0 commit comments

Comments
 (0)