!508 master手势导航多任务回到桌面

Merge pull request !508 from zhengyongjie/cherry-pick-1713154307
This commit is contained in:
openharmony_ci 2024-04-15 06:28:07 +00:00 committed by Gitee
commit ba8a1352bd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -199,6 +199,7 @@ export default class GestureNavigationExecutors {
private recentEventCall() {
Log.showInfo(TAG, 'recentEventCall recentEvent start');
windowManager.minimizeAllApps();
windowManager.createWindowWithName(windowManager.RECENT_WINDOW_NAME, windowManager.RECENT_RANK);
}