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

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

am ed101933: Merge "DO NOT MERGE -- copy on tapping outside of selected text...

am ed101933: Merge "DO NOT MERGE -- copy on tapping outside of selected text in gmail" into gingerbread

Merge commit 'ed101933' into gingerbread-plus-aosp

* commit 'ed101933':
  DO NOT MERGE -- copy on tapping outside of selected text in gmail
parents 03b3de0f ed101933
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5173,6 +5173,9 @@ public class WebView extends AbsoluteLayout
                            if (mSelectingText) {
                                // tapping on selection or controls does nothing
                                if (!nativeHitSelection(contentX, contentY)) {
                                    if (mMapTrackballToArrowKeys) { // gmail
                                        copySelection();
                                    }
                                    selectionDone();
                                }
                                break;