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

Commit 88bacd76 authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge changes from topic "locksettings-aosp-first" into main am: 852ee8e4 am: 0936166e

parents d625f01f 0936166e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1576,8 +1576,10 @@ class SyntheticPasswordManager {
            }
            return result;
        } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) {
            Slog.e(TAG, "Gatekeeper verification of synthetic password failed with RESPONSE_RETRY");
            return VerifyCredentialResponse.fromTimeout(response.getTimeout());
        } else {
            Slog.e(TAG, "Gatekeeper verification of synthetic password failed with RESPONSE_ERROR");
            return VerifyCredentialResponse.ERROR;
        }
    }