Small fix for get flow pending intent fill data
Test: make Change-Id: I25a0065f732525cce4e867bd5ed57014cf94912d
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user