Actions
Feature #981
closedIntermitent `setCurrentUrl()` crash on a null object.
Start date:
03/23/2023
Due date:
% Done:
0%
Estimated time:
Description
This appears to happen after Privacy Browser has been restarted and then a new URL attempts to load into the current WebView.
This might have started happening after the fix for #963. If that is the case, instead of setting a background tab to be the active tab, it is possible that nothing is set to the be active tab.
Files
Updated by Soren Stoutner over 1 year ago
It appears the problem was that, when Privacy Browser was restarted with a new intent, it was attempting to set a new tab as the current WebView, even if the intent did not create a new tab.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
Actions