Actions
Bug #730
closedCrash when exiting settings if a proxy dialog is displayed
Start date:
06/03/2021
Due date:
% Done:
0%
Estimated time:
Description
This happens if either Tor or I2P proxying is enabled and the indicated app is not installed.
This is caused by line 4308, 4318, or 4345 in MainWebViewActivity:
i2pNotInstalledDialogFragment.show(getSupportFragmentManager(), getString(R.string.proxy_not_installed_dialog));
Which causes a `Can not perform this action after onSaveInstanceState` error.
It looks like it is just attempting to display the dialog too quickly.
Actions