mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-22 22:40:11 +00:00
【预测试】后台有多个任务时点击recent键,清除所有任务回到桌面,再次点击recent键,清理过的后台任务会闪现一下
Signed-off-by: lanpangzii <herunsong2@h-partners.com>
This commit is contained in:
parent
6e80583a92
commit
3c68a82a3a
@ -114,6 +114,7 @@ export class RecentMissionsViewModel {
|
||||
if (this.mRecentMissionsList && this.mRecentMissionsList.length) {
|
||||
windowManager.minimizeAllApps();
|
||||
}
|
||||
AppStorage.setOrCreate('recentMissionsList', this.mRecentMissionsList);
|
||||
return;
|
||||
}
|
||||
animateTo({
|
||||
|
Loading…
Reference in New Issue
Block a user