Ensure that homescreen is not showing when task switcher opens

This commit is contained in:
Devin Lin 2021-10-24 00:26:04 -04:00
parent dcbdf8f101
commit 16615e37cb

View file

@ -89,8 +89,8 @@ NanoShell.FullScreenOverlay {
tasksView.contentX = Math.max(0, Math.min(tasksView.contentWidth, window.model.activeTask.row * (tasksView.width + tasksView.spacing)));
}
root.minimizeAll();
window.visible = true;
root.minimizeAll();
// animate app shrink
if (animation) {