|
|
@@ -125,6 +125,10 @@ class GameIntroductionActivity :
|
|
|
if (TextUtils.isEmpty(it.gameVideoUrl).not()) {
|
|
|
loadVideo(it.gameVideoUrl)
|
|
|
}
|
|
|
+ if (TextUtils.isEmpty(it.gameMaxScore).not()) {
|
|
|
+ val gameMaxScore = it.gameMaxScore.toInt()
|
|
|
+ binding.tvGameMaxScore.show(gameMaxScore > 0)
|
|
|
+ }
|
|
|
when (it.gameDifficulty) {
|
|
|
"A" -> {
|
|
|
binding {
|