mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
!447 Launcher进入多任务界面时,将所有前台应用退到后台
Merge pull request !447 from zhaopeng2014/master
This commit is contained in:
commit
6a800af0ae
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user