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

Commit 27be12bc authored by fitsnugly's avatar fitsnugly
Browse files

framework: fix 'port IME selector notification toggle'

Change-Id: I7801cc9edc2341c447e2c3eafd9344216eb6c0c6
parent 9bff8287
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -897,8 +897,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                mStatusBar = statusBar;
                statusBar.setIconVisibility("ime", false);
                updateImeWindowStatusLocked();
                mShowOngoingImeSwitcherForPhones = mRes.getBoolean(
                        com.android.internal.R.bool.show_ongoing_ime_switcher);
                if (mShowOngoingImeSwitcherForPhones) {
                    mWindowManagerService.setOnHardKeyboardStatusChangeListener(
                            mHardKeyboardListener);