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

Commit 18067588 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Reverted accidental revert of isThemeable check in ApplicationContext.

CR: Sergey Ten
parent 2a44dd47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ class ApplicationContext extends Context {
    }

    private int determineDefaultThemeResource() {
        if (getResources() != Resources.getSystem()) {
        if (getResources() != Resources.getSystem() && mPackageInfo.mApplicationInfo.isThemeable) {
            try {
                Configuration config = ActivityManagerNative.getDefault().getConfiguration();
                if (config.customTheme != null) {