fix:【光环助手】内容导航栏图标闪烁 https://jira.shanqu.cc/browse/GHZS-2945

This commit is contained in:
叶子维
2023-07-17 09:35:43 +08:00
parent 991bd22511
commit e589bce5c6

View File

@ -534,8 +534,7 @@ class SearchGameIndexAdapter(
if (key.contains(download.packageName) && key.contains(download.gameId)) {
val position = positionAndPackageMap[key]
if (position != null && mEntityList != null && position < mEntityList.size && mEntityList[position].game != null) {
mEntityList[position].game!!.getEntryMap()[download.platform] = download
notifyItemChanged(position)
DownloadItemUtils.processDate(mEntityList[position].game!!, download, this, position)
}
}
}