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

Commit 46ccb329 authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Fix bug in remote entry response

Test: built & deployed locally
Bug: 270186333

Change-Id: Iac8bd860b8624f703dea6993defb01fa49387d74
parent 1b1c5442
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));
        }