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