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

Commit 92f918bc authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

Themes: Get boot theme config from ThemeUtils

mBootThemeConfig is always null right now because we ever assign
it using ThemeUtils.getBootThemeDirty().  This patch makes sure we
take care of that now.

Change-Id: I3bb8a3361f0bea8f31d1a03762378bc7ff316127
parent 241683a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1642,6 +1642,8 @@ public class PackageManagerService extends IPackageManager.Stub {
                }
                }
            }
            }
            mBootThemeConfig = ThemeUtils.getBootThemeDirty();
            // Collect vendor overlay packages.
            // Collect vendor overlay packages.
            // (Do this before scanning any apps.)
            // (Do this before scanning any apps.)
            // For security and version matching reason, only consider
            // For security and version matching reason, only consider