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

Commit a880ecec authored by Reema Bajwa's avatar Reema Bajwa Committed by Android (Google) Code Review
Browse files

Merge "Fix bug in remote entry response" into udc-dev

parents e5a0f54d 46ccb329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
        }