am 689c0dfe: Fix NPE in layoutlib. [DO NOT MERGE]

* commit '689c0dfe72a57c0555560012cbc6806375e7d4b7':
  Fix NPE in layoutlib. [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2014-05-02 19:23:53 +00:00
committed by Android Git Automerger

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() {