Skip to content

Commit 17bed21

Browse files
authored
Merge pull request #708 from amandle/no_hint_picker_before_nascar
Do not show the hint picker before the Auth Method Picker screen
2 parents 3e7d5f0 + 6cfd80c commit 17bed21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

auth/src/main/java/com/firebase/ui/auth/util/signincontainer/SignInDelegate.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ public void onResult(@NonNull CredentialRequestResult result) {
148148
status.getResolution().getIntentSender(),
149149
RC_CREDENTIALS_READ);
150150
return;
151-
} else if (!getSupportedAccountTypes().isEmpty()) {
152-
mHelper.startIntentSenderForResult(
153-
status.getResolution().getIntentSender(),
154-
RC_CREDENTIALS_READ);
155-
return;
156151
}
157152
} catch (IntentSender.SendIntentException e) {
158153
Log.e(TAG, "Failed to send Credentials intent.", e);

0 commit comments

Comments
 (0)