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.
2 parents 3e7d5f0 + 6cfd80c commit 17bed21Copy full SHA for 17bed21
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