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

Commit cae85ca0 authored by Ben Lin's avatar Ben Lin Committed by android-build-merger
Browse files

Do not focus on OK button on deletion if last input not from keyboard.

am: 6bd7c8ea

Change-Id: I3e328fdb80ccdd3fadbf33a4a782da31436ae62b
parents db2496b6 6bd7c8ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ public interface DialogController {
                    (DialogInterface) -> {
                        Button positive = alertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
                        positive.setFocusable(true);
                        positive.setFocusableInTouchMode(true);
                        positive.requestFocus();
                    });
            alertDialog.show();