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

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

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

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

Change-Id: I2eafec8ade5bb20d86e697b7b1871824fe143c12
parents 01f91158 bdf9b701
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -228,6 +228,10 @@ public abstract class BiometricDialogView extends LinearLayout {
            showTryAgainButton(false /* show */);
            showTryAgainButton(false /* show */);
            mCallback.onTryAgainPressed();
            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) {
    public void onSaveState(Bundle bundle) {