Merge "Fix NPE in layoutlib. [DO NOT MERGE]" into jb-mr2-dev

This commit is contained in:
Deepanshu Gupta
2014-04-04 00:44:01 +00:00
committed by Android (Google) Code Review

View File

@@ -273,7 +273,6 @@ public abstract class RenderAction<T extends RenderParams> extends FrameworkReso
mContext.getRenderResources().setLogger(null);
}
mContext = null;
}
public static BridgeContext getCurrentContext() {