Merge "Resource resolution bug fix. [DO NOT MERGE]" into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
76aff1f6ab
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user