Files
tubestation/mobile/android
Rob Wu 34d7f267f9 Bug 1949963 - Drop unnecessary getAddons() from InstalledAddonDetailsActivity r=willdurand,android-reviewers,twhite
InstalledAddonDetailsActivity is only used to display an installed
add-on. getAddons() builds a list of all installed extensions, plus a
list of recommended extensions that may be fetched from the network.
The latter may be a very slow operation, and is unnecessary in this
context.

This introduces a new getAddonByID() method to quickly look up the
latest add-on, which speeds up the rendering of the extension management
view of an installed add-on.

Differential Revision: https://phabricator.services.mozilla.com/D239544
2025-03-09 11:26:58 +00:00
..