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

Commit a8040cce 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: I2f4c161376927cb526419fadb195c155a67b7e3b
parents c9dbc123 4024769f
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) {