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

Commit 625e4b6e authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Ensure setActiveGroup() does the right thing after a HAL crash."

parents b9f1cae5 7b78b22a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -705,6 +705,8 @@ public class FaceService extends BiometricServiceBase {
    public void serviceDied(long cookie) {
        super.serviceDied(cookie);
        mDaemon = null;

        mCurrentUserId = UserHandle.USER_NULL; // Force updateActiveGroup() to re-evaluate
    }

    @Override