feat: 游戏预约相关优化—客户端 https://jira.shanqu.cc/browse/GHZSCY-7828
This commit is contained in:
@ -72,7 +72,7 @@ object CustomViewExt {
|
||||
private fun getTestDescription(game: GameEntity): String {
|
||||
val timeText = TimeUtils.formatTestTime(game.test?.start ?: 0L)
|
||||
val eventName = if (game.test?.type == "删档内测") {
|
||||
R.string.first_release.toResString()
|
||||
R.string.delete_test.toResString()
|
||||
} else {
|
||||
R.string.go_live.toResString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user