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

Commit 2493c164 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

resolved conflicts for merge of 2da9338c to master

Change-Id: I190aed34c356d26142dfa355adbdb9c7ff22a4af
parents 72f23bb1 2da9338c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,7 +98,8 @@ public class ExtractEditText extends EditText {
    }
    
    @Override public boolean onTextContextMenuItem(int id) {
        if (mIME != null) {
        // Horrible hack: select word option has to be handled by original view to work.
        if (mIME != null && id != android.R.id.startSelectingText) {
            if (mIME.onExtractTextContextMenuItem(id)) {
                return true;
            }