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

Commit 2c8e0515 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Remove text options when longpressing off a textfield.

Bug 2676172

Change-Id: Ib1eff9a6e7a8ff3e83897a89b6bb4fab9bb7b0c4
parent 7ae12ef4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3208,6 +3208,8 @@ public class WebView extends AbsoluteLayout
            // Send the click so that the textfield is in focus
            centerKeyPressOnTextField();
            rebuildWebTextView();
        } else {
            clearTextEntry(true);
        }
        if (inEditingMode()) {
            return mWebTextView.performLongClick();