Pier Angelo Vendrame pushed to branch android-components-102.0.14-12.0-1 at The Tor Project / Applications / android-components
Commits:
-
506721f0
by hackademix at 2022-08-26T10:06:25+02:00
1 changed file:
Changes:
... | ... | @@ -154,6 +154,7 @@ class AddonManager( |
154 | 154 | onSuccess = { ext ->
|
155 | 155 | val installedAddon = addon.copy(installedState = ext.toInstalledState())
|
156 | 156 | addonUpdater.registerForFutureUpdates(installedAddon.id)
|
157 | + setAddonAllowedInPrivateBrowsing(installedAddon, true)
|
|
157 | 158 | completePendingAddonAction(pendingAction)
|
158 | 159 | onSuccess(installedAddon)
|
159 | 160 | },
|