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

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

Merge "Reset mCurrentUserId when fingerprintd died"

am: b60951f6

Change-Id: I807b8c1b2d053d726c7e16dd8b8f5c2f62bdf8ad
parents 561a944a b60951f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,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);
    }