修复在应用弹窗打开状态,使用命令安装或卸载应用弹窗不消失问题

Signed-off-by: zhangchao <zhangchao338@huawei.com>
This commit is contained in:
zhangchao 2022-09-08 15:56:55 +08:00
parent efb13aed6b
commit 8acbf49652

View File

@ -292,4 +292,11 @@ export class AppModel {
}
launcherAbilityManager.getShortcutInfo(bundleName, this.setShortcutInfo.bind(this));
}
/**
* Close popup.
*/
private closePopup(): void {
ContextMenu.close();
}
}