am 52aa0636: am d552dd90: Fix NPE in Launcher onDestroy

* commit '52aa0636c6caef0bd2601fb1f4ec06a34d9ac7a2':
  Fix NPE in Launcher onDestroy
This commit is contained in:
Adam Cohen
2014-02-14 20:38:15 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -1878,7 +1878,7 @@ public class Launcher extends Activity
mDragLayer.clearAllResizeFrames();
((ViewGroup) mWorkspace.getParent()).removeAllViews();
mWorkspace.removeAllViews();
mWorkspace.removeAllWorkspaceScreens();
mWorkspace = null;
mDragController = null;