Bryce Curtis created CB-1747:
--------------------------------
Summary: Change signature back to public void init(CordovaWebView,
CordovaWebViewClient, CordovaChromeClient)
Key: CB-1747
URL: https://issues.apache.org/jira/browse/CB-1747
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 2.2.0
Reporter: Bryce Curtis
Assignee: Joe Bowser
Fix For: 2.2.0
The commit
https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commitdiff;h=6aafd6dc3aec1ed1fe1d7a3e08d73deedddbc3a3
changes the signature of a public method
- public void init(CordovaWebView webView, CordovaWebViewClient
webViewClient, CordovaChromeClient webChromeClient) {
+ public void init(CordovaWebView webView, CordovaChromeClient
webChromeClient) {
which breaks any app that extends DroidGap & calls init with their own
view and chrome clients.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira