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

Commit 4e437443 authored by Cary Clark's avatar Cary Clark
Browse files

DO NOT MERGE copy selected text on tap

Change-Id: I4175a3e66cda7f26353fbbd98e65639fd91b2bb9
http://b/2626451
parent bc5d9d22
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -5161,13 +5161,10 @@ public class WebView extends AbsoluteLayout
                            }
                        } else {
                            if (mSelectingText) {
                                // tapping on selection or controls does nothing
                                if (!nativeHitSelection(contentX, contentY)) {
                                    if (mMapTrackballToArrowKeys) { // gmail
                                if (nativeHitSelection(contentX, contentY)) {
                                    copySelection();
                                }
                                selectionDone();
                                }
                                break;
                            }
                            if (mTouchMode == TOUCH_INIT_MODE) {