Open zsoltboldizsar opened 6 years ago
I will test this out in the next week or two.
The default promptInterval was changed from 10 to 1 btw.
int promptInterval = webView.getPreferences().getInteger("CRIPageLoadPromptInterval", 1);
Changed it back to its original value. Thanks for your time.
Its in production. No more crashes :)
Connected issue #31
The fix consists of checking whether the host activity, where the dialog is about to be shown, is still running and only proceed if it is, hence avoiding the crash from happening.