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

Commit c16d9a8d authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Merge "Do not re-show hint text if user is already authenticated" into...

Merge "Merge "Do not re-show hint text if user is already authenticated" into qt-dev am: 7aa5752b" into qt-dev-plus-aosp
am: b76cb7c6

Change-Id: I1004c13999c1788cc4af087e978b629fc9542394
parents 047b7036 b76cb7c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {