Loading packages/SystemUI/src/com/android/systemui/biometrics/BiometricDialogView.java +4 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/BiometricDialogView.java +4 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading