Fix NPE in layoutlib. [DO NOT MERGE]

Change-Id: I36623304d83b344ea078044001577b8005a63c02
(cherry picked from commit 689c0dfe72)
This commit is contained in:
Deepanshu Gupta
2013-11-12 18:33:17 +05:30
parent 30505abeb6
commit e5a2347bc6

View File

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