Closed
Bug 1858484
Opened 2 years ago
Closed 3 months ago
Add addons state to BrowserState
Categories
(Firefox for Android :: WebExtensions, task, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: amejia, Unassigned)
References
Details
Initially everything related to add-ons was manage and shown on AddonsManagementFragment via the AddonManager, as we are getting closer to General availability, more and more parts of the app needs to interact/show UI related to add-ons state, we need to move to that information to a centralized location like BrowserState this way all components will have one source of truth.
Updated•2 years ago
|
Severity: -- → N/A
Comment 1•3 months ago
|
||
Closing this for now because the AddonManager.installAddon API already has an onSuccess callback which takes care of updating the addon list in the fragment.
You need to log in
before you can comment on or make changes to this bug.
Description
•