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

Commit 04108437 authored by Cary Clark's avatar Cary Clark Committed by Android Git Automerger
Browse files

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

Merge commit 'c28bf25b' into gingerbread-plus-aosp

* commit 'c28bf25b':
  DO NOT MERGE copy selected text on tap
parents 603a1f59 c28bf25b
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -5171,13 +5171,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) {