Do not re-show hint text if user is already authenticated

Fixes: 131237337

Test: manual
Change-Id: I1b96f9a7933e82fcb540c5aa4feb82d6fc22dd11
This commit is contained in:
Kevin Chyn
2019-04-24 11:47:38 -07:00
parent 56e4c3da25
commit f5f1236add

View File

@@ -408,6 +408,7 @@ public abstract class BiometricDialogView extends LinearLayout {
public void showConfirmationButton(boolean show) {
if (show) {
mHandler.removeMessages(MSG_CLEAR_MESSAGE);
updateState(STATE_PENDING_CONFIRMATION);
mPositiveButton.setVisibility(View.VISIBLE);
} else {