We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d114a6 commit 6cfd80cCopy full SHA for 6cfd80c
auth/src/main/java/com/firebase/ui/auth/util/signincontainer/SignInDelegate.java
@@ -148,11 +148,6 @@ public void onResult(@NonNull CredentialRequestResult result) {
148
status.getResolution().getIntentSender(),
149
RC_CREDENTIALS_READ);
150
return;
151
- } else if (!getSupportedAccountTypes().isEmpty()) {
152
- mHelper.startIntentSenderForResult(
153
- status.getResolution().getIntentSender(),
154
- RC_CREDENTIALS_READ);
155
- return;
156
}
157
} catch (IntentSender.SendIntentException e) {
158
Log.e(TAG, "Failed to send Credentials intent.", e);
0 commit comments