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

Commit 9c5ffd61 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: Ie5f1e859654c4c86c8ceffe3225391bd00f94c54
parents 8695eb4c 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 {