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

Commit 0bf7a582 authored by Clark Scheff's avatar Clark Scheff
Browse files

Themes: Don't set icons for iconpack that is applied.

Change-Id: I3cffade2c12ae1dbc1f75e43f1a74609ff0d7135
parent 60723846
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -281,6 +281,12 @@ public class ResourcesManager {
            return;
        }

        final CustomTheme customTheme = r.getConfiguration().customTheme;
        if (pkgName != null && customTheme != null &&
                pkgName.equals(customTheme.getIconPackPkgName())) {
            return;
        }

        //Map application icon
        if (pkgInfo != null && pkgInfo.applicationInfo != null) {
            appInfo = pkgInfo.applicationInfo;