am 30a67cd1: Merge "Set forceFramework correctly for included layouts." into lmp-dev
* commit '30a67cd17af03e53b8be5638f7f70d2989a7cd78': Set forceFramework correctly for included layouts.
This commit is contained in:
@@ -179,7 +179,7 @@ public final class BridgeInflater extends LayoutInflater {
|
||||
XmlPullParser parser = ParserFactory.create(f);
|
||||
|
||||
BridgeXmlBlockParser bridgeParser = new BridgeXmlBlockParser(
|
||||
parser, bridgeContext, false);
|
||||
parser, bridgeContext, value.isFramework());
|
||||
|
||||
return inflate(bridgeParser, root);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user