mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
fix:当桌面应用AppIcon改变、重新安装并重启后,不显示应用图标的问题
Signed-off-by: Winslei <280069503@qq.com>
This commit is contained in:
parent
5431722ac1
commit
4ed33c153e
@ -273,6 +273,7 @@ export class PageDesktopViewModel extends BaseViewModel {
|
||||
for (const appInfo of totalAppInfoList) {
|
||||
if (item.keyName == appInfo.keyName) {
|
||||
item.appName = appInfo.appName;
|
||||
item.appIconId = appInfo.appIconId;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user