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

Commit 52aa0636 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am d552dd90: Fix NPE in Launcher onDestroy

* commit 'd552dd90':
  Fix NPE in Launcher onDestroy
parents 9710ec9d d552dd90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1878,7 +1878,7 @@ public class Launcher extends Activity

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