Fix for CB-1085

This commit is contained in:
Joe Bowser 2012-07-18 14:37:45 -07:00
parent d74551216f
commit b9f6a59a20

View File

@ -101,7 +101,7 @@ public class CordovaChromeClient extends WebChromeClient {
dlg.setOnCancelListener(
new DialogInterface.OnCancelListener() {
public void onCancel(DialogInterface dialog) {
result.confirm();
result.cancel();
}
});
dlg.setOnKeyListener(new DialogInterface.OnKeyListener() {