mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-3548: Throwing this one over the fence, but this change appears sane. We should just return false.
This commit is contained in:
parent
c509c8e7e5
commit
bc52345f05
@ -222,6 +222,7 @@ public class CordovaChromeClient extends WebChromeClient {
|
|||||||
result.confirm(r == null ? "" : r);
|
result.confirm(r == null ? "" : r);
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user