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

Commit c1af8ac6 authored by takuya,souma's avatar takuya,souma Committed by android-build-merger
Browse files

Merge "Reset mCurrentUserId when fingerprintd died" am: b60951f6 am: 67492257 am: ab726b45

am: 873747ec

Change-Id: I5901039247203152a9e0911bd8d1ef8a68bc4ea9
parents 99a0cc02 873747ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
    public void binderDied() {
        Slog.v(TAG, "fingerprintd died");
        mDaemon = null;
        mCurrentUserId = UserHandle.USER_CURRENT;
        handleError(mHalDeviceId, FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE);
    }