Fix bug in remote entry response

Test: built & deployed locally
Bug: 270186333

Change-Id: Iac8bd860b8624f703dea6993defb01fa49387d74
This commit is contained in:
Reema Bajwa
2023-03-11 01:12:03 +00:00
parent 1b1c5442c8
commit 46ccb32969

View File

@@ -545,7 +545,7 @@ public final class ProviderGetSession extends ProviderSession<BeginGetCredential
String id = generateUniqueId();
Entry entry = new Entry(REMOTE_ENTRY_KEY,
id, remoteEntry.getSlice(), setUpFillInIntentForRemoteEntry());
mUiRemoteEntry = new Pair<>(generateUniqueId(), new Pair<>(remoteEntry, entry));
mUiRemoteEntry = new Pair<>(id, new Pair<>(remoteEntry, entry));
}