* commit '52aa0636c6caef0bd2601fb1f4ec06a34d9ac7a2': Fix NPE in Launcher onDestroy
This commit is contained in:
@@ -1878,7 +1878,7 @@ public class Launcher extends Activity
|
|||||||
|
|
||||||
mDragLayer.clearAllResizeFrames();
|
mDragLayer.clearAllResizeFrames();
|
||||||
((ViewGroup) mWorkspace.getParent()).removeAllViews();
|
((ViewGroup) mWorkspace.getParent()).removeAllViews();
|
||||||
mWorkspace.removeAllViews();
|
mWorkspace.removeAllWorkspaceScreens();
|
||||||
mWorkspace = null;
|
mWorkspace = null;
|
||||||
mDragController = null;
|
mDragController = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user