fix:【光环助手】同步正式环境问题-新游开测相关 https://jira.shanqu.cc/browse/GHZS-3513

This commit is contained in:
叶子维
2023-09-21 10:09:59 +08:00
parent bcfd9cdfef
commit 0ae4f745ee

View File

@ -92,6 +92,7 @@ class HomeGameTestV2GameListViewHolder(
val timeText = getTimeText(time)
val typeText = when (gameEntity.eventType) {
"test" -> "开启测试"
"update" -> "游戏更新"
else -> "首发上线"
}
return "$timeText $typeText"