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

Commit 5aec5b67 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix parameter for Gatekeeper re-enroll in SyntheticPasswordManager" into main am: 277e5df4

parents 2bc0306a 277e5df4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1701,7 +1701,7 @@ class SyntheticPasswordManager {
                    .setGatekeeperHAT(response.getPayload()).build();
            if (response.getShouldReEnroll()) {
                try {
                    response = gatekeeper.enroll(userId, spHandle, spHandle,
                    response = gatekeeper.enroll(userId, spHandle, gatekeeperPassword,
                            gatekeeperPassword);
                } catch (RemoteException e) {
                    Slog.e(TAG, "Failed to invoke gatekeeper.enroll", e);