mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
修复在应用弹窗打开状态,使用命令安装或卸载应用弹窗不消失问题
Signed-off-by: zhangchao <zhangchao338@huawei.com>
This commit is contained in:
parent
efb13aed6b
commit
8acbf49652
@ -292,4 +292,11 @@ export class AppModel {
|
||||
}
|
||||
launcherAbilityManager.getShortcutInfo(bundleName, this.setShortcutInfo.bind(this));
|
||||
}
|
||||
|
||||
/**
|
||||
* Close popup.
|
||||
*/
|
||||
private closePopup(): void {
|
||||
ContextMenu.close();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user