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

Commit a3eb42ee authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "Fix FingerprintResetLockoutClient to actually invoke HAL operation"...

Merge "Fix FingerprintResetLockoutClient to actually invoke HAL operation" into sc-dev am: 3760e25b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13904867

Change-Id: I5d66f11b05092a7e1f8a18ce259b278a1d065e18
parents 06637002 3760e25b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ public class FaceResetLockoutClient extends HalClientMonitor<ISession> {
        // Nothing to do here
    }

    @Override
    public void start(@NonNull Callback callback) {
        super.start(callback);
        startHalOperation();
+6 −0
Original line number Diff line number Diff line
@@ -62,6 +62,12 @@ class FingerprintResetLockoutClient extends HalClientMonitor<ISession> {
        // Nothing to do here
    }

    @Override
    public void start(@NonNull Callback callback) {
        super.start(callback);
        startHalOperation();
    }

    @Override
    protected void startHalOperation() {
        try {