fix(appdata):Defects in the icon still present in the start menu after modifying the uninstallation of mobile applications(I7MS3O)
This commit is contained in:
parent
d27f56270a
commit
8bcf44ba07
|
@ -179,6 +179,9 @@ void AppDataWorker::appendApps(const QStringList &infos, QList<DataEntity> &apps
|
|||
continue;
|
||||
}
|
||||
|
||||
if (m_appManager->m_normalApps.contains(info)) {
|
||||
continue;
|
||||
}
|
||||
DataEntity app;
|
||||
addInfoToApp(appInfo, app);
|
||||
m_appManager->m_normalApps.insert(app.id(), app);
|
||||
|
|
Loading…
Reference in New Issue