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

Commit 6bd7c8ea authored by Ben Lin's avatar Ben Lin
Browse files

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

Bug: 33664805
Bug: 33678561
Change-Id: I073011d7687a33c3c1cdc16da07b395dd64b09a8
parent c5d5dd5e
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();