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

Commit 5ab5762a authored by Sergey Ten's avatar Sergey Ten Committed by Josh Guilfoyle
Browse files

A part of fix for THEMES-88 bug. CR: JoshG.

parent be309fab
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -196,11 +196,12 @@ public final class ActivityThread {
                    }
                }
                PackageInfo pi = getPackageInfo(config.customTheme.getThemePackageName(), 0);
                if (pi != null) {
                    String resDir = pi.getResDir();
                    if (assets.addAssetPath(resDir) == 0) {
                        Log.e(TAG, "Unable to add theme resdir=" + resDir);
                    }
                
                }

            }