Loading core/java/android/webkit/AutoCompletePopup.java +4 −1 Original line number Diff line number Diff line Loading @@ -181,9 +181,12 @@ class AutoCompletePopup implements OnItemClickListener, Filter.FilterListener, // There is no autofill profile setup yet and the user has // elected to try and set one up. Call through to the // embedder to action that. mWebView.getWebChromeClient().setupAutoFill( WebChromeClient webChromeClient = mWebView.getWebChromeClient(); if (webChromeClient != null) { webChromeClient.setupAutoFill( mHandler.obtainMessage(AUTOFILL_FORM)); } } } else { Object selectedItem; if (position < 0) { Loading Loading
core/java/android/webkit/AutoCompletePopup.java +4 −1 Original line number Diff line number Diff line Loading @@ -181,9 +181,12 @@ class AutoCompletePopup implements OnItemClickListener, Filter.FilterListener, // There is no autofill profile setup yet and the user has // elected to try and set one up. Call through to the // embedder to action that. mWebView.getWebChromeClient().setupAutoFill( WebChromeClient webChromeClient = mWebView.getWebChromeClient(); if (webChromeClient != null) { webChromeClient.setupAutoFill( mHandler.obtainMessage(AUTOFILL_FORM)); } } } else { Object selectedItem; if (position < 0) { Loading