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

Commit 2d43bf6b authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Ensure that the input method dialog is dismissed when changing the hardware keyboard state."

parents 5a0252da 04dd24d4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2554,6 +2554,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                        public void onCheckedChanged(
                                CompoundButton buttonView, boolean isChecked) {
                            mWindowManagerService.setHardKeyboardEnabled(isChecked);
                            // Ensure that the input method dialog is dismissed when changing
                            // the hardware keyboard state.
                            hideInputMethodMenu();
                        }
                    });