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:
Cary Clark
2010-08-26 12:08:05 -07:00
committed by Android Git Automerger

View File

@@ -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;