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

Commit ff3dbe08 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 5048482 - mischievous monkeys editing text in IME extract mode"

parents ec89a2b6 d06caed8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -172,8 +172,11 @@ public class ExtractEditLayout extends LinearLayout {

        @Override
        public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) {
            if (mCallback != null) {
                return mCallback.onActionItemClicked(this, item);
            }
            return false;
        }

        @Override
        public void onMenuModeChange(MenuBuilder menu) {