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

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

Merge "Partial revert of ag/7508382 to retain back button responsiveness in...

Merge "Partial revert of ag/7508382 to retain back button responsiveness in BiomtericPrompt" into qt-dev
am: 4024769f

Change-Id: Ib1876cced4fc9e279a77eed5888193aa9c4f08aa
parents 791f1dda 4024769f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -234,6 +234,10 @@ public abstract class BiometricDialogView extends LinearLayout {
            showTryAgainButton(false /* show */);
            mCallback.onTryAgainPressed();
        });

        // Must set these in order for the back button events to be received.
        mLayout.setFocusableInTouchMode(true);
        mLayout.requestFocus();
    }

    public void onSaveState(Bundle bundle) {