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

Commit 050e5a64 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Set the negative button when configuration changes and dialog is restored

Fixes: 140607595

Test: manual, rotate the device
Change-Id: I9c9c0b9640735404d66c901011c39f28caa540da
parent 9ed11c9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -499,6 +499,8 @@ public abstract class BiometricDialogView extends LinearLayout {
        if (newState == STATE_PENDING_CONFIRMATION || newState == STATE_AUTHENTICATED) {
            mNegativeButton.setText(R.string.cancel);
            mNegativeButton.setContentDescription(getResources().getString(R.string.cancel));
        } else {
            mNegativeButton.setText(mBundle.getCharSequence(BiometricPrompt.KEY_NEGATIVE_TEXT));
        }

        updateIcon(mState, newState);