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

Commit f5f1236a authored by Kevin Chyn's avatar Kevin Chyn
Browse files

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

Fixes: 131237337

Test: manual
Change-Id: I1b96f9a7933e82fcb540c5aa4feb82d6fc22dd11
parent 56e4c3da
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 {