[tbb-commits] [Git][tpo/applications/android-components][android-components-102.0.14-12.0-1] fixup! Modify Addon support
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Fri Aug 26 08:06:41 UTC 2022
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
fixup! Modify Addon support
- - - - -
1 changed file:
- components/feature/addons/src/main/java/mozilla/components/feature/addons/AddonManager.kt
Changes:
=====================================
components/feature/addons/src/main/java/mozilla/components/feature/addons/AddonManager.kt
=====================================
@@ -154,6 +154,7 @@ class AddonManager(
onSuccess = { ext ->
val installedAddon = addon.copy(installedState = ext.toInstalledState())
addonUpdater.registerForFutureUpdates(installedAddon.id)
+ setAddonAllowedInPrivateBrowsing(installedAddon, true)
completePendingAddonAction(pendingAction)
onSuccess(installedAddon)
},
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/506721f0ac1adef47c2d56ebcd61b4e0dc1c35c8
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/506721f0ac1adef47c2d56ebcd61b4e0dc1c35c8
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20220826/bd5ed833/attachment.htm>
More information about the tbb-commits
mailing list