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

Commit 4f50e886 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Long press on menu no longer opens the IME."

parents de407748 6c586dbb
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;