Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d552dd90 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix NPE in Launcher onDestroy

Bug: 11765296
Change-Id: I83299656cc90b8a744afb0db4b5ea08675c8db82
parent 060a4837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1877,7 +1877,7 @@ public class Launcher extends Activity

        mDragLayer.clearAllResizeFrames();
        ((ViewGroup) mWorkspace.getParent()).removeAllViews();
        mWorkspace.removeAllViews();
        mWorkspace.removeAllWorkspaceScreens();
        mWorkspace = null;
        mDragController = null;