am db67caa6: Add missing resolveResValue call. [DO NOT MERGE]
* commit 'db67caa60c6050e7a46d1b90ccb6847a5b8ec661': Add missing resolveResValue call. [DO NOT MERGE]
This commit is contained in:
@@ -708,7 +708,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.isFramework());
|
item = mRenderResources.findResValue(item.getValue(), item.isFramework());
|
||||||
|
item = mRenderResources.resolveResValue(item);
|
||||||
if (item instanceof StyleResourceValue) {
|
if (item instanceof StyleResourceValue) {
|
||||||
defStyleValues = (StyleResourceValue) item;
|
defStyleValues = (StyleResourceValue) item;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user