Open mirko77 opened 7 years ago
@mirko77 I created fork that fixes this issue, I'd post a pull request here but it doesn't look actively maintained anymore.
@KleggerKoder I'll have a look at your fork then, thanks.
I am still getting the second crash at line 87
java.lang.IllegalArgumentException:
I wonder if we need to put:
if (cordova.getActivity().isDestroyed()) { // or call isFinishing() if min sdk version < 17
return;
}
before trying to dismiss the dialog at line 86?
if (PDialog.pDialogObj != null && PDialog.pDialogObj.isShowing()) {
PDialog.pDialogObj.dismiss();
PDialog.pDialogObj = null;
}
Hi there,
I am not personally experiencing any problems, but I get loads of crash reports on the Play Console.
This:
and this:
Please advise