CB-3548: Throwing this one over the fence, but this change appears sane. We should just return false.

This commit is contained in:
Joe Bowser 2013-06-03 14:45:27 -07:00
parent c509c8e7e5
commit bc52345f05

View File

@ -222,6 +222,7 @@ public class CordovaChromeClient extends WebChromeClient {
result.confirm(r == null ? "" : r);
} catch (JSONException e) {
e.printStackTrace();
return false;
}
}