Do not re-show hint text if user is already authenticated
Fixes: 131237337 Test: manual Change-Id: I1b96f9a7933e82fcb540c5aa4feb82d6fc22dd11
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user