* commit '3f8e2b9302fba0ace67fb0459d6ffb0884c4d80b': 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