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

Commit 648a29e0 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

am: 3dac29eb

* commit '3dac29eb':
  Always update cached copy of authenticatorId.

Change-Id: Ic075e3cc160eaa115bac96313abe3716b324a891
parents 21f76ea9 3dac29eb
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);
            }