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

Commit 3dac29eb authored by Jim Miller's avatar Jim Miller Committed by android-build-merger
Browse files

Always update cached copy of authenticatorId. am: 967a9a12

am: f5e09f1a

* commit 'f5e09f1a':
  Always update cached copy of authenticatorId.

Change-Id: Ic41a6abdc189aad9491bda2cff045c0f212736ea
parents 733faf89 f5e09f1a
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);
            }