@capgo/inappbrowser 7.6.1 → 7.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -792,7 +792,6 @@ public class InAppBrowserPlugin
792
792
  new JSObject().put("url", webViewDialog.getUrl())
793
793
  );
794
794
  webViewDialog.dismiss();
795
- webViewDialog.destroy();
796
795
  webViewDialog = null;
797
796
  } else {
798
797
  Intent intent = new Intent(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "7.6.1",
3
+ "version": "7.6.2",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",