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

Commit c28bf25b authored by Cary Clark's avatar Cary Clark Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE copy selected text on tap" into gingerbread

parents cc033bd3 4e437443
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) {