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

Commit 71f90d64 authored by Jim Miller's avatar Jim Miller Committed by android-build-merger
Browse files

Always update cached copy of authenticatorId. am: 967a9a12

am: 5e6b07e0

* commit '5e6b07e0':
  Always update cached copy of authenticatorId.

Change-Id: I516605a44f74510ef1a17d38f94b4b4c3bb22dfd
parents 733faf89 5e6b07e0
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);
            }