Merge "Fix NPE in layoutlib. DO NOT MERGE" into klp-dev

This commit is contained in:
Deepanshu Gupta
2013-11-18 18:07:55 +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.getRenderResources().setLogger(null);
} }
mContext = null;
} }
public static BridgeContext getCurrentContext() { public static BridgeContext getCurrentContext() {