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

Commit 33f89deb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Only run KeySyncTask after a successful screen unlock"

parents 098b1b58 40386dfd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1598,8 +1598,10 @@ public class LockSettingsService extends ILockSettings.Stub {
                userId, progressCallback);
        // The user employs synthetic password based credential.
        if (response != null) {
            if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
                mRecoverableKeyStoreManager.lockScreenSecretAvailable(credentialType, credential,
                        userId);
            }
            return response;
        }