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

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

am 581f7861: DO NOT MERGE Refactor find and select dialogs

Merge commit '581f7861' into gingerbread-plus-aosp

* commit '581f7861':
  DO NOT MERGE Refactor find and select dialogs
parents 7e8f0c74 581f7861
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -320,4 +320,22 @@ public class WebChromeClient {
    public void openFileChooser(ValueCallback<Uri> uploadFile) {
        uploadFile.onReceiveValue(null);
    }

    /**
     * Tell the client that the selection has been initiated.
     * @hide
     */
    public void onSelectionStart(WebView view) {
        // By default we cancel the selection again, thus disabling
        // text selection unless the chrome client supports it.
        view.notifySelectDialogDismissed();
    }

    /**
     * Tell the client that the selection has been copied or canceled.
     * @hide
     */
    public void onSelectionDone(WebView view) {
    }

}
+183 −95

File changed.

Preview size limit exceeded, changes collapsed.