Actions
Bug #807
closedIf an intent was used to open a tab, it is run again on full restart
Start date:
02/19/2022
Due date:
% Done:
0%
Estimated time:
Description
This causes Privacy Browser to open a new tab with the contents of the intent if it was shut down by RAM pressure. The solution is probably to reset the launching intent once the browser has processed it.
Updated by Soren Stoutner over 2 years ago
- Tracker changed from Feature to Bug
Updated by Soren Stoutner over 2 years ago
This change caused a new problem, with new intents not loading a tab on restart.
After extensive testing, I cannot replicate the original problem, and the original code looks like it should work correctly, so I am going to chock this up to a glitch the one time I saw this happen and revert the code.
Updated by Soren Stoutner over 2 years ago
Actually, moving the logic into an else statement appears to handle all cases.
Fixed for real in commit https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f052d92fe6d33b659038d46ce10b6bc4b743dd20.
Actions