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

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

Fix issue of extra blank screen after uninstall (issue 12372657)

Change-Id: I0326914821f68d789cb26767518ead1292d87db0
parent 474a3573
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -828,6 +828,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
                }
            });
        } else {
            mLauncher.getWorkspace().removeExtraEmptyScreen(true, null);
            mLauncher.unlockScreenOrientation(false);
        }
    }