Skip to content

Commit 046c13d

Browse files
committed
Making the "No Apps Launched Yet" view reappear when all other apps got closed.
1 parent ce29439 commit 046c13d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Nyxian/LindChain/Multitask/WindowServer/LDEWindowServer.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ - (void)handleTileVerticalSwipe:(UIPanGestureRecognizer *)pan
443443

444444
if(window) [window.session closeWindowWithScene:self.windowScene withFrame:window.view.frame];
445445
[tile removeFromSuperview];
446+
447+
if(self.windows.count == 1 && self.placeholderStack)
448+
{
449+
self.placeholderStack.hidden = NO;
450+
}
446451
}];
447452
}
448453
else

0 commit comments

Comments
 (0)