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

Commit 3760e25b authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Fix FingerprintResetLockoutClient to actually invoke HAL operation" into sc-dev

parents 3a9304b2 3fc19a5f
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 {