Fix bug in remote entry response
Test: built & deployed locally Bug: 270186333 Change-Id: Iac8bd860b8624f703dea6993defb01fa49387d74
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user