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

Commit f5e09f1a 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: Ibe3119f4e9a1150a16a74433bdf028e0b6adc304
parents f0666c7c 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);
            }