Richard Pospesel pushed to branch android-components-99.0.3-11.5-1 at The Tor Project / Applications / android-components
Commits:
-
2ff416f6
by hackademix at 2022-08-24T23:30:09+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 | },
|