Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2258d2bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Small fix for get flow pending intent fill data Test: make"

parents 22897e8a 73cb8711
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -284,10 +284,9 @@ public final class ProviderGetSession extends ProviderSession<BeginGetCredential
            mUiCredentialEntries.put(entryId, credentialEntry);
            Log.i(TAG, "in prepareUiProviderData creating ui entry with id " + entryId);
            if (credentialEntry.getPendingIntent() != null) {
                setUpFillInIntent(credentialEntry.getPendingIntent());
                credentialUiEntries.add(new Entry(CREDENTIAL_ENTRY_KEY, entryId,
                        credentialEntry.getSlice(), credentialEntry.getPendingIntent(),
                        /*fillInIntent=*/null));
                        /*fillInIntent=*/setUpFillInIntent(credentialEntry.getPendingIntent())));
            } else {
                Log.i(TAG, "No pending intent. Should not happen.");
            }