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

Commit 6c586dbb authored by Joe Onorato's avatar Joe Onorato
Browse files

Long press on menu no longer opens the IME.

Bug: 3063616
Change-Id: I6f13300d2dc2f7fa549c7329e9b5509b6d4ffd5d
parent 6831524a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -627,13 +627,6 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
            // should be executed...  do it!
            mPanelChordingKey = 0;
            mPanelMayLongPress = false;
            InputMethodManager imm = (InputMethodManager)
                    getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
            if (imm != null) {
                mDecor.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
                imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
            }
            
        }

        return false;