Skip to content
Snippets Groups Projects
Commit 2ff416f6 authored by ma1's avatar ma1
Browse files

fixup! Modify Addon support

parent 9c182e27
No related branches found
No related tags found
1 merge request!85fixup! Modify Addon support
......@@ -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)
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment