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

Commit 2bb7946b authored by Clark Scheff's avatar Clark Scheff
Browse files

CM11 Themes: Properly handle SystemUI theme package name.

Change-Id: Ia8915684e1620184dcc513c2c5039ea20aabbd04
parent 0f620c78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ public final class CustomTheme implements Cloneable, Parcelable, Comparable<Cust
            if (theme == null) return;
            mIconPkgName = theme.mIconPackPkgName;
            mThemePkgName = theme.mThemePackageName;
            mSystemUiPkgName = theme.mIconPackPkgName;
            mSystemUiPkgName = theme.mThemePackageName;
            mFontPkgName = theme.mFontPkgName;
        }

+1 −0
Original line number Diff line number Diff line
@@ -502,6 +502,7 @@ public class ThemeService extends IThemeService.Stub {

        if (components.contains(ThemesContract.ThemesColumns.MODIFIES_OVERLAYS)) {
            builder.overlay(mPkgName);
            builder.systemUi(mPkgName);
        }

        if (components.contains(ThemesContract.ThemesColumns.MODIFIES_FONTS)) {