尝试修复游戏搜索详情可能发生的进度同步问题

This commit is contained in:
juntao
2021-10-26 17:18:35 +08:00
parent 1eb1b6a956
commit 30ae815717

View File

@ -54,6 +54,7 @@ class SearchGameResultAdapter(context: Context,
exposureEventArray = SparseArray(updateData?.size ?: 0)
// 记录游戏位置
if (updateData != null) {
positionAndPackageMap.clear()
for (i in 0 until updateData.size) {
val gameEntity = updateData[i].game
if (gameEntity != null) {