Skip to content
Snippets Groups Projects
Verified Commit 506721f0 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Modify Addon support

parent 55327a42
No related branches found
No related tags found
No related merge requests found
......@@ -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