am ed101933: Merge "DO NOT MERGE -- copy on tapping outside of selected text in gmail" into gingerbread
Merge commit 'ed101933ab7506d841d6eaa7bebda4b674c38088' into gingerbread-plus-aosp * commit 'ed101933ab7506d841d6eaa7bebda4b674c38088': DO NOT MERGE -- copy on tapping outside of selected text in gmail
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user