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

Commit cab3edae authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Fix build breakage @8457511

It seems there were two parallel changes to this code that couldn't be
handled by automerger:
- ag/I0d011b3485e4a95425f232c24c0864cdcfad125c
- ag/Id039136c8fb01627de5a0f3e92d2f9fd89500539

Bug: N/A
Test: build
Change-Id: I3d649d9111e63e23a65638f07a8b2b4d80091735
parent b55472ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -761,7 +761,7 @@ public class Fingerprint21 implements IHwBinder.DeathRecipient, ServiceProvider
    public void scheduleInternalCleanup(int sensorId, int userId,
            @Nullable ClientMonitorCallback callback, boolean favorHalEnrollments) {
        scheduleInternalCleanup(userId, new ClientMonitorCompositeCallback(callback,
                mFingerprintStateCallback));
                mBiometricStateCallback));
    }

    private BiometricLogger createLogger(int statsAction, int statsClient) {