Skip to content

Commit 29c0944

Browse files
committed
Fix merge mistakes
Signed-off-by: Alex Saveau <[email protected]>
1 parent fbd3c9e commit 29c0944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/AuthUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public Task<AuthResult> silentSignIn(@NonNull final Context context,
307307
}
308308

309309
googleOptions = google.getParams()
310-
.getParcelable(ExtraConstants.EXTRA_GOOGLE_SIGN_IN_OPTIONS);
310+
.getParcelable(ExtraConstants.GOOGLE_SIGN_IN_OPTIONS);
311311
}
312312

313313
final GoogleSignInOptions finalGoogleOptions = googleOptions;

0 commit comments

Comments
 (0)