Always update cached copy of authenticatorId.

am: 967a9a12a7

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

Change-Id: Ibe3119f4e9a1150a16a74433bdf028e0b6adc304
This commit is contained in:
Jim Miller
2016-05-10 23:22:01 +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);
}