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

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

Themes: Use current user ID when getting ThemeConfig

Change-Id: I8189c0250657d20d2a2b79fca093f034aeacfeb7
TICKET: CYNGNOS-968
parent 1c283103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public class ThemeConfig implements Cloneable, Parcelable, Comparable<ThemeConfi
     * preference until the theme is switched at runtime.
     */
    public static ThemeConfig getBootTheme(ContentResolver resolver) {
        return getBootThemeForUser(resolver, UserHandle.USER_OWNER);
        return getBootThemeForUser(resolver, UserHandle.getCallingUserId());
    }

    public static ThemeConfig getBootThemeForUser(ContentResolver resolver, int userHandle) {