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

Commit d6bb0820 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Resource resolution bug fix." into lmp-preview-dev

parents 425998a5 8dcfd4ab
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -598,8 +598,7 @@ public final class BridgeContext extends Context {


            if (item != null) {
            if (item != null) {
                // item is a reference to a style entry. Search for it.
                // item is a reference to a style entry. Search for it.
                item = mRenderResources.findResValue(item.getValue(),
                item = mRenderResources.findResValue(item.getValue(), item.isFramework());
                        false /*forceFrameworkOnly*/);


                if (item instanceof StyleResourceValue) {
                if (item instanceof StyleResourceValue) {
                    defStyleValues = (StyleResourceValue)item;
                    defStyleValues = (StyleResourceValue)item;