!447 Launcher进入多任务界面时,将所有前台应用退到后台

Merge pull request !447 from zhaopeng2014/master
This commit is contained in:
openharmony_ci 2023-12-14 04:07:15 +00:00 committed by Gitee
commit 6a800af0ae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -384,6 +384,7 @@ class WindowManager {
switch (data.event) { switch (data.event) {
case commonEventManager.RECENT_FULL_SCREEN: case commonEventManager.RECENT_FULL_SCREEN:
// full screen recent window // full screen recent window
windowManager.minimizeAllApps();
windowManager.createRecentWindow(); windowManager.createRecentWindow();
break; break;
case commonEventManager.RECENT_SPLIT_SCREEN: case commonEventManager.RECENT_SPLIT_SCREEN: