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

Commit 4024769f authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
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
parents f106e0a8 d1cdc3ab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -228,6 +228,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) {