Skip to content

Commit b5fc758

Browse files
authored
Fix Issue 1538 (#1541)
1 parent f358228 commit b5fc758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void startSignIn(@NonNull HelperActivityBase activity) {
6262
}
6363

6464
private void start() {
65+
setResult(Resource.<IdpResponse>forLoading());
6566
setResult(Resource.<IdpResponse>forFailure(new IntentRequiredException(
6667
GoogleSignIn.getClient(getApplication(), getSignInOptions()).getSignInIntent(),
6768
RequestCodes.GOOGLE_PROVIDER)));

0 commit comments

Comments
 (0)