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

Commit 7aa5752b authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

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

parents 7def7254 f5f1236a
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 {