Always update cached copy of authenticatorId.

am: 967a9a12a7

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

Change-Id: I56ad8b3118711985c3fb5077820abe67edb2740b
This commit is contained in:
Jim Miller
2016-05-10 23:22:04 +00:00
committed by android-build-merger

View File

@@ -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);
}