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

Commit 73cb8711 authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Small fix for get flow pending intent fill data

Test: make

Change-Id: I25a0065f732525cce4e867bd5ed57014cf94912d
parent 152f1c5c
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.");
            }