[Git][tpo/applications/android-components][android-components-102.0.14-12.0-1] fixup! Modify Addon support

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/5... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/5... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)