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

Commit 5e6b07e0 authored by Jim Miller's avatar Jim Miller Committed by android-build-merger
Browse files

Always update cached copy of authenticatorId.

am: 967a9a12

* commit '967a9a12':
  Always update cached copy of authenticatorId.

Change-Id: I56ad8b3118711985c3fb5077820abe67edb2740b
parents c71d4f84 967a9a12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -968,8 +968,8 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
                    }
                    daemon.setActiveGroup(userId, fpDir.getAbsolutePath().getBytes());
                    mCurrentUserId = userId;
                    mCurrentAuthenticatorId = daemon.getAuthenticatorId();
                }
                mCurrentAuthenticatorId = daemon.getAuthenticatorId();
            } catch (RemoteException e) {
                Slog.e(TAG, "Failed to setActiveGroup():", e);
            }