Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59526b3b authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Themes: Update icon mapping on boot

Ensure icon mappings are applied on boot, otherwise themed icons
will not be picked up until a theme change occurs.

Change-Id: Iacda02c11d946e6f779d20739a6b2b67f407d6ba
TICKET: CYNGNOS-2434
parent 303cef4c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17877,6 +17877,8 @@ public class PackageManagerService extends IPackageManager.Stub {
        for (String themePkgName : themesToProcess) {
            processThemeResources(themePkgName);
        }
        updateIconMapping(themeConfig.getIconPackPkgName());
    }
    private void createAndSetCustomResources() {