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

Commit dc50cc27 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Fix fetching icons from packages." into cm-10.2

parents f19b4790 526ad9d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public final class LockscreenTargetUtils {
        if (packageName != null) {
            try {
                Context packageContext = context.createPackageContext(packageName, 0);
                res = context.getResources();
                res = packageContext.getResources();
            } catch (PackageManager.NameNotFoundException e) {
                Log.w(TAG, "Could not fetch icons from package " + packageName);
                return null;