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

Commit 36fcac12 authored by Stephen Bird's avatar Stephen Bird
Browse files

Rotation: fix icons disappearing

Only the dynamic grid reload should be
stopping the launcher with intent to rebuild
the entire workspace.

This returns stopLoader to it's functionality
pre-dynamic grid resize patch.

Change-Id: I55861da83f9b640fd767031e0f2188c5b9b91e66
(cherry picked from commit 7d006588)
parent 65743405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5853,7 +5853,7 @@ public class Launcher extends Activity
        mGrid.layout(Launcher.this);

        // Synchronized reload
        mModel.stopLoader(); //make sure the loader isn't running
        mModel.resetLoadedState(true, true);
        mModel.startLoader(true, page);
        mWorkspace.updateCustomContentVisibility();