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

Commit e69028b5 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am be2fb16c: am 8ae47443: am 8183ba88: am 0dfa4738: Merge "Pass explicit null...

am be2fb16c: am 8ae47443: am 8183ba88: am 0dfa4738: Merge "Pass explicit null theme when preloading drawables" into lmp-dev

* commit 'be2fb16c0c96cea50a83560ffb198e281095842d':
  Pass explicit null theme when preloading drawables
parents 8712675c 9368e084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ public class ZygoteInit {
                Log.v(TAG, "Preloading resource #" + Integer.toHexString(id));
            }
            if (id != 0) {
                if (mResources.getDrawable(id) == null) {
                if (mResources.getDrawable(id, null) == null) {
                    throw new IllegalArgumentException(
                            "Unable to find preloaded drawable resource #0x"
                            + Integer.toHexString(id)