fix:【光环助手】内容导航栏图标闪烁 https://jira.shanqu.cc/browse/GHZS-2945
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user