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

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

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

parents 00d1772d 8b0b7723
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5163,6 +5163,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;